menu
fluttery_framework package
documentation
view.dart
AppState<T extends StatefulWidget>
onColor method
onColor method
dark_mode
light_mode
onColor
method
Color
?
onColor
(
)
Returns the App's
Color
if any.
Implementation
Color? onColor() => inColor != null ? inColor!() : null;
fluttery_framework package
documentation
view
AppState<T extends StatefulWidget>
onColor method
AppState class