menu
ensemble package
documentation
action/toast_actions.dart
ShowToastAction
hasSettableProperty method
hasSettableProperty method
dark_mode
light_mode
hasSettableProperty
method
bool
hasSettableProperty
(
dynamic
prop
)
inherited
Implementation
bool hasSettableProperty(dynamic prop) { return getSettableProperties(this).contains(prop); }
ensemble package
documentation
action/toast_actions
ShowToastAction
hasSettableProperty method
ShowToastAction class