ThemeSettings constructor
ThemeSettings({
- BuiltInTheme? baseTheme,
- required int accentColor,
- Background? background,
- BackgroundFill? outgoingMessageFill,
- required bool animateOutgoingMessageFill,
- required int outgoingMessageAccentColor,
Implementation
ThemeSettings({
this.baseTheme,
required this.accentColor,
this.background,
this.outgoingMessageFill,
required this.animateOutgoingMessageFill,
required this.outgoingMessageAccentColor,
});