FLDyTextSpanUnitModel class

TextSpan

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDyTextSpanUnitModel({String? uniqueId, List<FLDyTextSpanUnitModel>? children, String? text, FLDyUnitTextStyle? textStyle, FLDyGestureRecognizer? gesture, String? semanticsLabel})
FLDyTextSpanUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

align FLDyUnitAlign?
finalinherited
child FLDyUnitModel?
finalinherited
children List<FLDyUnitModel>?
finalinherited
flex String?
finalinherited
gesture FLDyGestureRecognizer?
final
hashCode int
The hash code for this object.
no setterinherited
positioned FLDyUnitPositioned?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticsLabel String?
final
text String?
final
textStyle FLDyUnitTextStyle?
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