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