FLDyUnitBoxShadow class

BoxShadow

Annotations
  • @JsonSerializable()

Constructors

FLDyUnitBoxShadow(String? color, FLDyUnitOffset? offset, double? blurRadius, double? spreadRadius)
FLDyUnitBoxShadow.fromJson(Map<String, dynamic> json)
factory

Properties

blurRadius double?
final
color String?
final
hashCode int
The hash code for this object.
no setterinherited
offset FLDyUnitOffset?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadRadius double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBoxShadow(BuildContext context) BoxShadow
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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