-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-flutterIssues originating from important to FlutterIssues originating from important to Fluttertype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
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.
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-flutterIssues originating from important to FlutterIssues originating from important to Fluttertype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug