InputThemeSettings class

Input Theme Settings.

ID: 8fde504f.

Inheritance

Constructors

InputThemeSettings({required bool messageColorsAnimated, required BaseThemeBase baseTheme, required int accentColor, int? outboxAccentColor, List<int>? messageColors, InputWallPaperBase? wallpaper, WallPaperSettingsBase? wallpaperSettings})
Input Theme Settings constructor.
const
InputThemeSettings.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 → InputWallPaperBase?
Wallpaper.
final
wallpaperSettings → WallPaperSettingsBase?
Wallpaper Settings.
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