menu
nylo_support package
documentation
widgets/ny_base_state.dart
NyBaseState<T extends StatefulWidget>
textTheme property
textTheme property
dark_mode
light_mode
textTheme
property
TextTheme
get
textTheme
Helper to get the
TextTheme
.
Implementation
TextTheme get textTheme => Theme.of(context).textTheme;
nylo_support package
documentation
widgets/ny_base_state
NyBaseState<T extends StatefulWidget>
textTheme property
NyBaseState class