FLDyInkWellUnitModel class

InkWell

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDyInkWellUnitModel({String? uniqueId, String? unitName, FLDyUnitAlign? align, String? flex, FLDyUnitPositioned? positioned, FLDyUnitModel? child, List<FLDyUnitModel>? children, FLDyAction? onTap, FLDyAction? onDoubleTap, FLDyAction? onLongPress, String? focusColor, String? hoverColor, String? highlightColor, String? splashColor})
FLDyInkWellUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

align FLDyUnitAlign?
finalinherited
child FLDyUnitModel?
finalinherited
children List<FLDyUnitModel>?
finalinherited
flex String?
finalinherited
focusColor String?
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor String?
final
hoverColor String?
final
onDoubleTap FLDyAction?
final
onLongPress FLDyAction?
final
onTap FLDyAction?
final
positioned FLDyUnitPositioned?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor String?
final
uniqueId String?
finalinherited
unitName String?
finalinherited

Methods

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

Operators

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