TextFiledMaterial class
- Inheritance
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- TextFiledMaterial
- Available Extensions
Constructors
-
TextFiledMaterial({Key key, EdgeInsets scrollPadding = const EdgeInsets.all(20.0), bool enableInteractiveSelection = true, String name, TextEditingController controller, Color color, Color textColor, double fontSize, double lableSize, bool obscureText, bool showLabel = false, TextInputType keyboardType, List<
TextInputFormatter> inputFormatters, String initialValue, ToolbarOptions toolbarOptions, bool showCursor, SmartDashesType smartDashesType, SmartQuotesType smartQuotesType, bool autofocus = false, bool readOnly = false, String obscuringCharacter = '•', bool autocorrect = true, bool enableSuggestions = true, FocusNode focusNodel, bool maxLengthEnforced = true, MaxLengthEnforcement maxLengthEnforcement, int maxLines = 1, int minLines, bool expands = false, double cursorWidth = 2.0, double cursorHeight, Color cursorColor, Brightness keyboardAppearance, int maxLength, ValueChanged<String> onChanged, GestureTapCallback onTap, VoidCallback onEditingComplete, ValueChanged<String> onFieldSubmitted, FormFieldSetter<String> onSaved, bool enabled, Radius cursorRadius, InputCounterWidgetBuilder buildCounter, ScrollPhysics scrollPhysics, Iterable<String> autofillHints, AutovalidateMode autovalidateMode, TextInputAction textInputAction, TextAlign textAlign = TextAlign.start, TextCapitalization textCapitalization = TextCapitalization.none, TextDirection textDirection, StrutStyle strutStyle, TextSelectionControls selectionControls, TextAlignVertical textAlignVertical, String validator(String)}) -
const
Properties
- autocorrect → bool
-
final
-
autofillHints
→ Iterable<
String> -
final
- autofocus → bool
-
final
- autovalidateMode → AutovalidateMode
-
final
- buildCounter → InputCounterWidgetBuilder
-
final
- color → Color
-
final
- controller → TextEditingController
-
final
- cursorColor → Color
-
final
- cursorHeight → double
-
final
- cursorRadius → Radius
-
final
- cursorWidth → double
-
final
- enabled → bool
-
final
- enableInteractiveSelection → bool
-
final
- enableSuggestions → bool
-
final
- expands → bool
-
final
- focusNodel → FocusNode
-
final
- fontSize → double
-
final
- hashCode → int
-
The hash code for this object. [...]
@nonVirtual, read-only, inherited
- initialValue → String
-
final
-
inputFormatters
→ List<
TextInputFormatter> -
final
- key → Key
-
Controls how one widget replaces another widget in the tree. [...]
final, inherited
- keyboardAppearance → Brightness
-
final
- keyboardType → TextInputType
-
final
- lableSize → double
-
final
- maxLength → int
-
final
- maxLengthEnforced → bool
-
final
- maxLengthEnforcement → MaxLengthEnforcement
-
final
- maxLines → int
-
final
- minLines → int
-
final
- name → String
-
final
- obscureText → bool
-
final
- obscuringCharacter → String
-
final
-
onChanged
→ ValueChanged<
String> -
final
- onEditingComplete → VoidCallback
-
final
-
onFieldSubmitted
→ ValueChanged<
String> -
final
-
onSaved
→ FormFieldSetter<
String> -
final
- onTap → GestureTapCallback
-
final
- readOnly → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- scrollPadding → EdgeInsets
-
final
- scrollPhysics → ScrollPhysics
-
final
- selectionControls → TextSelectionControls
-
final
- showCursor → bool
-
final
- showLabel → bool
-
final
- smartDashesType → SmartDashesType
-
final
- smartQuotesType → SmartQuotesType
-
final
- strutStyle → StrutStyle
-
final
- textAlign → TextAlign
-
final
- textAlignVertical → TextAlignVertical
-
final
- textCapitalization → TextCapitalization
-
final
- textColor → Color
-
final
- textDirection → TextDirection
-
final
- textInputAction → TextInputAction
-
final
- toolbarOptions → ToolbarOptions
-
final
- validator → String Function(String)
-
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget. [...]
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree. [...]
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of
DiagnosticsNode
objects describing this node's children. [...]@protected, inherited -
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node. [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toDiagnosticsNode(
{String name, DiagnosticsTreeStyle style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep. [...]
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object. [...]
inherited
-
toStringDeep(
{String prefixLineOne = '', String prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants. [...]
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object. [...]
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
@nonVirtual, inherited