BackgroundFillSolid class

Represents a background fill where the background is filled using the selected color.

Inheritance

Constructors

BackgroundFillSolid({required int color})
Constructs a BackgroundFillSolid object.
const
BackgroundFillSolid.fromJson(Map<String, dynamic> json)
Creates a BackgroundFillSolid object from JSON.
factory

Properties

color int
The color of the background fill in the RGB24 format.
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 BackgroundFillType
Type of the background fill.
no setteroverride

Methods

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

Operators

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