FLDyRichTextUnitModel class

RichText

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FLDyRichTextUnitModel({String? uniqueId, String? unitName, FLDyUnitPositioned? positioned, FLDyTextSpanUnitModel? text, String? textAlign, String? textDirection, bool? softWrap, String? textOverflow, double? textScaleFactor, int? maxLines, String? semanticsLabel, String? textWidthBasis})
FLDyRichTextUnitModel.fromJson(Map<String, dynamic> json)
factory

Properties

align FLDyUnitAlign?
finalinherited
child FLDyUnitModel?
finalinherited
children List<FLDyUnitModel>?
finalinherited
flex String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
maxLines int?
final
positioned FLDyUnitPositioned?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticsLabel String?
final
softWrap bool?
final
text FLDyTextSpanUnitModel?
final
textAlign String?
final
textDirection String?
final
textOverflow String?
final
textScaleFactor double?
final
textWidthBasis String?
final
uniqueId String?
finalinherited
unitName String?
finalinherited

Methods

getTextAlign() TextAlign?
getTextDirection() TextDirection?
getTextOverflow() TextOverflow?
getTextWidthBasis() TextWidthBasis?
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