menu
flame package
documentation
components.dart
AdvancedButtonComponent
hasSkinForState method
hasSkinForState method
dark_mode
light_mode
hasSkinForState
method
@
protected
bool
hasSkinForState
(
ButtonState
state
)
Implementation
@protected bool hasSkinForState(ButtonState state) { return skinsMap[state] != null; }
flame package
documentation
components
AdvancedButtonComponent
hasSkinForState method
AdvancedButtonComponent class