menu
ensemble package
documentation
widget/helpers/controllers.dart
EnsembleWidgetController
hasGettableProperty method
hasGettableProperty method
dark_mode
light_mode
hasGettableProperty
method
bool
hasGettableProperty
(
dynamic
prop
)
inherited
Implementation
bool hasGettableProperty(dynamic prop) { return getGettableProperties(this).contains(prop); }
ensemble package
documentation
widget/helpers/controllers
EnsembleWidgetController
hasGettableProperty method
EnsembleWidgetController class