frtf class

Inheritance
Annotations

Constructors

frtf()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

autocorrect([bool autocorrect = true]) TextField
autofillHints(Iterable<String> hints) TextField
buildCounter(Widget? builder(BuildContext, {required int currentLength, required bool isFocused, required int? maxLength})) TextField
capitalization([TextCapitalization capitalization = TextCapitalization.sentences]) TextField
cursorColor(Color color) TextField
cursorHeight(double height) TextField
cursorRadius(Radius radius) TextField
cursorRounded([double radius = 999999]) TextField
cursorWidth(double width) TextField
decoration(InputDecoration inputDecoration) TextField
dragStartBehavior(DragStartBehavior behavior) TextField
enabled([bool enable = true]) TextField
override
enableIMEPersonalizedLearning([bool enable = true]) TextField
enableInteractiveSelection([bool enable = true]) TextField
enableSuggestions([bool enable = true]) TextField
expands([bool expands = true]) TextField
focusNode(FocusNode focusNode) TextField
inputFormatters(List<TextInputFormatter> formatters) TextField
keyboardAppearance(Brightness brightness) TextField
keyboardType(TextInputType keyboardType) TextField
maxLength(int maxLength) TextField
maxLengthEnforcement(MaxLengthEnforcement enforcement) TextField
maxLines(int maxLines) TextField
minLines(int minLines) TextField
mouseCursor(MouseCursor cursor) TextField
obscure([bool obscure = true]) TextField
obscureCharacter([String character = '•']) TextField
obscureText([bool obscure = true]) TextField
obscuringCharacter([String character = '•']) TextField
readOnly([bool readOnly = true]) TextField
scrollPadding(EdgeInsets padding) TextField
scrollPhysics(ScrollPhysics physics) TextField
selection([bool enable = true]) TextField
selectionControls(TextSelectionControls controls) TextField
selectionHeightStyle(BoxHeightStyle style) TextField
selectionWidthStyle(BoxWidthStyle style) TextField
showCursor([bool showCursor = true]) TextField
smartDashesType(SmartDashesType type) TextField
smartQuotesType(SmartQuotesType type) TextField
suggestions([bool enable = true]) TextField
textAlign(TextAlign textAlign) TextField
textAlignVertical(TextAlignVertical textVerticalAlign) TextField
textCapitalization([TextCapitalization capitalization = TextCapitalization.sentences]) TextField
textInputAction(TextInputAction action) TextField
textVertical(TextAlignVertical textVerticalAlign) TextField
toolbar({dynamic copy = false, dynamic cut = false, dynamic paste = false, dynamic selectAll = false}) TextField
toolbarOptions(ToolbarOptions toolbar) TextField