FlutterSelectableText class

Implemented types
Annotations

Constructors

FlutterSelectableText(String data, {@cN FlutterKey? key, FlutterTextStyle? style, FlutterStrutStyle? strutStyle, FlutterTextAlign? textAlign, FlutterTextDirection? textDirection, double? textScaleFactor, bool? showCursor, bool? autofocus, int? minLines, int? maxLines, double? cursorWidth, double? cursorHeight, FlutterRadius? cursorRadius, FlutterColor? cursorColor, bool? enableInteractiveSelection, String? semanticsLabel, FlutterTextHeightBehavior? textHeightBehavior, FlutterTextWidthBasis? textWidthBasis})
factory
FlutterSelectableText.fromJson(Map<String, dynamic> json)
factory

Properties

autofocus bool?
no setterinherited
cursorColor FlutterColor?
no setterinherited
cursorHeight double?
no setterinherited
cursorRadius FlutterRadius?
no setterinherited
cursorWidth double?
no setterinherited
data String
no setterinherited
enableInteractiveSelection bool?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key FlutterKey?
no setterinherited
maxLines int?
no setterinherited
minLines int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticsLabel String?
no setterinherited
showCursor 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(_FlutterSelectableText 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) SelectableText
override

Operators

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

Constants

unionValue → const String