ChatThemeExtensions extension
Extension methods for ChatTheme to simplify modifications.
- on
Methods
-
withDarkColors(
{Color? primary, Color? onPrimary, Color? surface, Color? onSurface, Color? surfaceContainer, Color? surfaceContainerLow, Color? surfaceContainerHigh}) → ChatTheme -
Available on ChatTheme, provided by the ChatThemeExtensions extension
Creates a copy of the theme with updated dark colors. -
withLightColors(
{Color? primary, Color? onPrimary, Color? surface, Color? onSurface, Color? surfaceContainer, Color? surfaceContainerLow, Color? surfaceContainerHigh}) → ChatTheme -
Available on ChatTheme, provided by the ChatThemeExtensions extension
Creates a copy of the theme with updated light colors.