menu
flame package
documentation
palette.dart
PaletteEntry
withRed method
withRed method
dark_mode
light_mode
withRed
method
PaletteEntry
withRed
(
int
red
)
Implementation
PaletteEntry withRed(int red) { return PaletteEntry(color.withRed(red)); }
flame package
documentation
palette
PaletteEntry
withRed method
PaletteEntry class