FLDyUnitBoxDecoration class

BoxDecoration

Annotations
  • @JsonSerializable()

Constructors

FLDyUnitBoxDecoration(String? color, FLDyUnitDecorationImage? image, FLDyUnitBorder? border, FLDyUnitBorderRadius? borderRadius, List<FLDyUnitBoxShadow>? boxShadow, String? shape)
FLDyUnitBoxDecoration.fromJson(Map<String, dynamic> json)
factory

Properties

border FLDyUnitBorder?
final
borderRadius FLDyUnitBorderRadius?
final
boxShadow List<FLDyUnitBoxShadow>?
final
color String?
final
hashCode int
The hash code for this object.
no setterinherited
image FLDyUnitDecorationImage?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape String?
final

Methods

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

Operators

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