ShadowModel class

Constructors

ShadowModel({RgbModel? color, double? offsetDX, double? offsetDY, double? spreadRadius, double? blurRadius})

Properties

blurRadius ↔ double?
getter/setter pair
color ↔ RgbModel?
getter/setter pair
hashCode → int
The hash code for this object.
no setteroverride
offsetDX ↔ double?
getter/setter pair
offsetDY ↔ double?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spreadRadius ↔ double?
getter/setter pair

Methods

collectReferences({String? appId}) → Future<List<ModelReference>>
copyWith({RgbModel? color, double? offsetDX, double? offsetDY, double? spreadRadius, double? blurRadius}) → ShadowModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity({String? appId}) → ShadowEntity
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
override

Static Methods

fromEntity(ShadowEntity? entity) → Future<ShadowModel?>
fromEntityPlus(ShadowEntity? entity, {String? appId}) → Future<ShadowModel?>

Constants

id → const String
packageName → const String