FLDyRaisedButtonUnitModel class

RaisedButton

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDyRaisedButtonUnitModel({String? uniqueId, String? unitName, FLDyUnitPositioned? positioned, FLDyUnitAlign? align, String? flex, FLDyUnitModel? child, List<FLDyUnitModel>? children, required FLDyAction? onPressed, FLDyAction? onLongPress, String? textColor, String? color, FLDyUnitEdgeInsets? padding})
FLDyRaisedButtonUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

align FLDyUnitAlign?
finalinherited
child FLDyUnitModel?
finalinherited
children List<FLDyUnitModel>?
finalinherited
color String?
final
flex String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
onLongPress FLDyAction?
final
onPressed FLDyAction?
final
padding FLDyUnitEdgeInsets?
final
positioned FLDyUnitPositioned?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor 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