menu
fluttery_framework package
documentation
view.dart
AppState<T extends StatefulWidget>
isMaterial property
isMaterial property
dark_mode
light_mode
isMaterial
property
bool
?
get
isMaterial
Is using the Material Design UI.
Implementation
bool? get isMaterial => _isMaterial;
fluttery_framework package
documentation
view
AppState<T extends StatefulWidget>
isMaterial property
AppState class