menu
ensemble package
documentation
widget/input/form_textfield.dart
BaseTextInput
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/input/form_textfield
BaseTextInput
hasGettableProperty method
BaseTextInput class