GameStatusUI extension
UI helpers for GameStatus: color and icon mappings.
- on
-
- GameStatus
Properties
- icon → IconData
-
Available on GameStatus, provided by the GameStatusUI extension
Returns the icon associated with this status.no setter
Methods
-
color(
ColorScheme colorScheme, {required AppSemanticColors semanticColors}) → Color -
Available on GameStatus, provided by the GameStatusUI extension
Returns the semantic foreground associated with this status. -
containerColor(
ColorScheme colorScheme, {required AppSemanticColors semanticColors}) → Color -
Available on GameStatus, provided by the GameStatusUI extension
Returns the semantic container associated with this status. -
onContainerColor(
ColorScheme colorScheme, {required AppSemanticColors semanticColors}) → Color -
Available on GameStatus, provided by the GameStatusUI extension
Returns the paired foreground for containerColor.