menu
flutter_screwdriver package
documentation
flutter_screwdriver.dart
StateFS<T extends StatefulWidget>
theme property
theme property
dark_mode
light_mode
theme
property
ThemeData
get
theme
Short for
Theme.of(context)
.
Implementation
ThemeData get theme => Theme.of(context);
flutter_screwdriver package
documentation
flutter_screwdriver
StateFS<T extends StatefulWidget>
theme property
StateFS extension on
State
<
T
>