SelectableTextParams class

(en) A class for holding parameters used in the text class.

(ja) テキストクラスで利用するパラメータを保持するためのクラス。

Constructors

SelectableTextParams()

Properties

autofocus bool
getter/setter pair
contextMenuBuilder ↔ (Widget Function(BuildContext, EditableTextState)?)
getter/setter pair
cursorColor Color?
getter/setter pair
cursorHeight double?
getter/setter pair
cursorRadius Radius?
getter/setter pair
cursorWidth double
getter/setter pair
data String?
getter/setter pair
dragStartBehavior DragStartBehavior
getter/setter pair
enableInteractiveSelection bool
getter/setter pair
focusNode FocusNode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key Key?
getter/setter pair
magnifierConfiguration TextMagnifierConfiguration?
getter/setter pair
maxLines int?
getter/setter pair
minLines int?
getter/setter pair
onSelectionChanged ↔ (void Function(TextSelection, SelectionChangedCause?)?)
getter/setter pair
onTap ↔ (void Function()?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollPhysics ScrollPhysics?
getter/setter pair
selectionControls TextSelectionControls?
getter/setter pair
selectionHeightStyle BoxHeightStyle
getter/setter pair
selectionWidthStyle BoxWidthStyle
getter/setter pair
semanticsLabel String?
getter/setter pair
showCursor bool
getter/setter pair
strutStyle StrutStyle?
getter/setter pair
style TextStyle?
getter/setter pair
textAlign TextAlign?
getter/setter pair
textDirection TextDirection?
getter/setter pair
textHeightBehavior TextHeightBehavior?
getter/setter pair
textScaler TextScaler?
getter/setter pair
textWidthBasis TextWidthBasis?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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