export Brightness
from widgets
#169294
Labels
c: proposal
A detailed proposal for a change to Flutter
framework
flutter/packages/flutter repository. See also f: labels.
team-framework
Owned by Framework team
Use case
I often don't use the
cupertino
ormaterial
libraries so I have to import the Brightness enum fromfoundation,
services
, ordart:ui
. It would seem natural to have this exported from the corewidgets
library as well.Proposal
Export the Brightness enum from widgets.dart
The text was updated successfully, but these errors were encountered: