menu
flutter_androssy_kits package
documentation
widgets/field.dart
AndrossyFieldTweenProperty<T>
detect method
detect method
dark_mode
light_mode
detect
method
T
detect
(
bool
activated
)
Implementation
T detect(bool activated) { return activated ? active : inactive; }
flutter_androssy_kits package
documentation
widgets/field
AndrossyFieldTweenProperty<T>
detect method
AndrossyFieldTweenProperty class