BackgroundTypeFill class

Represents a background type where the background is automatically filled based on selected colors.

Inheritance

Constructors

BackgroundTypeFill({required BackgroundFill fill, required int darkThemeDimming})
Constructs a BackgroundTypeFill object.
const
BackgroundTypeFill.fromJson(Map<String, dynamic> json)
Creates a BackgroundTypeFill object from JSON.
factory

Properties

darkThemeDimming int
Dimming of the background in dark themes, as a percentage; 0-100.
final
fill BackgroundFill
The background fill.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type BackgroundTypeType
Type of the background.
no setteroverride

Methods

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

Operators

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