FlutterText class

Implemented types
Annotations

Constructors

FlutterText(String data, {@cN FlutterKey? key, FlutterTextStyle? style, FlutterStrutStyle? strutStyle, FlutterTextAlign? textAlign, FlutterTextDirection? textDirection, FlutterLocale? locale, bool? softWrap, FlutterTextOverflow? overflow, double? textScaleFactor, int? maxLines, String? semanticsLabel, FlutterTextWidthBasis? textWidthBasis, FlutterTextHeightBehavior? textHeightBehavior})
factory
FlutterText.fromJson(Map<String, dynamic> json)
factory

Properties

data String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key FlutterKey?
no setterinherited
locale FlutterLocale?
no setterinherited
maxLines int?
no setterinherited
overflow FlutterTextOverflow?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticsLabel String?
no setterinherited
softWrap bool?
no setterinherited
strutStyle FlutterStrutStyle?
no setterinherited
style FlutterTextStyle?
no setterinherited
textAlign FlutterTextAlign?
no setterinherited
textDirection FlutterTextDirection?
no setterinherited
textHeightBehavior FlutterTextHeightBehavior?
no setterinherited
textScaleFactor double?
no setterinherited
textWidthBasis FlutterTextWidthBasis?
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_FlutterText value)) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toWidget(AnyWidgetContext context) Text
override

Operators

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

Constants

unionValue → const String