Open
Description
Flutter has two TextStyle classes, one in the painting
library and one in the dart:ui
library. The former is the main one people deal with, the dart:ui
one is low-level stuff that most people don't need to know about.
Unfortunately, if you search for TextStyle, dart:ui
comes up first.
It would be great to have a way to control that.