WallPaperSettings class

Wall Paper Settings.

ID: 372efcd0.

Inheritance

Constructors

WallPaperSettings({required bool blur, required bool motion, int? backgroundColor, int? secondBackgroundColor, int? thirdBackgroundColor, int? fourthBackgroundColor, int? intensity, int? rotation, String? emoticon})
Wall Paper Settings constructor.
const
WallPaperSettings.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

backgroundColor int?
Background Color.
final
blur bool
blur: bit 1 of flags.1?true
final
emoticon String?
Emoticon.
final
flags int
Flags.
no setter
fourthBackgroundColor int?
Fourth Background Color.
final
hashCode int
The hash code for this object.
no setterinherited
intensity int?
Intensity.
final
motion bool
motion: bit 2 of flags.2?true
final
rotation int?
Rotation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondBackgroundColor int?
Second Background Color.
final
thirdBackgroundColor int?
Third Background Color.
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