ThemeSettings class

Theme Settings.

ID: fa58b6d4.

Inheritance

Constructors

ThemeSettings({required bool messageColorsAnimated, required BaseThemeBase baseTheme, required int accentColor, int? outboxAccentColor, List<int>? messageColors, WallPaperBase? wallpaper})
Theme Settings constructor.
const
ThemeSettings.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

accentColor int
Accent Color.
final
baseTheme BaseThemeBase
Base Theme.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
messageColors List<int>?
Message Colors.
final
messageColorsAnimated bool
message_colors_animated: bit 2 of flags.2?true
final
outboxAccentColor int?
Outbox Accent Color.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wallpaper WallPaperBase?
Wallpaper.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited