TextFieldPlus class

Inheritance

Constructors

TextFieldPlus({bool? enabled, bool isCenter = false, bool isExpanded = false, EdgeInsets? padding, EdgeInsets? margin, double height = 50, double? width, RadiusPlus? radius, BorderPlus? border, List<ShadowPlus>? shadows, GradientPlus? gradient, SkeletonPlus? skeleton, Alignment? alignment, Color? backgroundColor, TextEditingController? controller, TextInputType? textInputType, TextCapitalization textCapitalization = TextCapitalization.none, TextAlign textAlign = TextAlign.start, String? mask, int? maxLength, int? maxLines, bool autocorrect = false, bool autofocus = false, bool obscureText = false, bool onlyNumbers = false, FocusNode? focusNode, dynamic onChanged(String)?, bool readOnly = false, Color? cursorColor, TextAlignVertical textAlignVertical = TextAlignVertical.center, Color? textColor, double? fontSize, FontWeight? fontWeight, FontStyle? fontStyle, double? letterSpacing, double? wordSpacing, String? fontFamily, TextDecorationPlus? textDecorationPlus, TextPlus? placeholder, double cursorRadius = 2, double cursorWidth = 2, bool showCursor = true, Widget? prefixWidget, Widget? suffixWidget, dynamic onTap()?, dynamic onEditingComplete()?, dynamic onSubmitted(String)?, TextInputAction textInputAction = TextInputAction.done})

Properties

alignment Alignment?
TextFieldPlus alignment
final
autocorrect bool
TextFieldPlus autocorrect -> true or false
final
autofocus bool
TextFieldPlus autofocus -> true or false
final
backgroundColor Color?
TextFieldPlus backgroundColor
final
border BorderPlus?
TextFieldPlus border
final
controller TextEditingController?
TextFieldPlus controller
final
cursorColor Color?
TextFieldPlus cursorColor
final
cursorRadius double
TextFieldPlus cursorRadius
final
cursorWidth double
TextFieldPlus cursorWidth
final
enabled bool?
TextFieldPlus enabled -> true or false
final
focusNode FocusNode?
TextFieldPlus focusNode
final
fontFamily String?
TextFieldPlus fontFamily
final
fontSize double?
TextFieldPlus fontSize
final
fontStyle FontStyle?
TextFieldPlus fontStyle
final
fontWeight FontWeight?
TextFieldPlus fontWeight
final
gradient GradientPlus?
TextFieldPlus gradient
final
hashCode int
The hash code for this object.
no setterinherited
height double
TextFieldPlus height
final
isCenter bool
TextFieldPlus inside Center widget
final
isExpanded bool
TextFieldPlus inside Expanded widget
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
letterSpacing double?
TextFieldPlus letterSpacing
final
margin EdgeInsets?
TextFieldPlus margin
final
mask String?
TextFieldPlus mask -> (+##) #####-#####
final
maxLength int?
TextFieldPlus maxLength
final
maxLines int?
TextFieldPlus maxLines
final
obscureText bool
TextFieldPlus obscureText -> true or false
final
onChanged → (dynamic Function(String)?)
TextFieldPlus onChanged action
final
onEditingComplete → (dynamic Function()?)
TextFieldPlus onEditingComplete action
final
onlyNumbers bool
TextFieldPlus onlyNumbers -> true or false
final
onSubmitted → (dynamic Function(String)?)
TextFieldPlus onSubmitted action
final
onTap → (dynamic Function()?)
TextFieldPlus onTap action
final
padding EdgeInsets?
TextFieldPlus padding
final
placeholder TextPlus?
TextFieldPlus placeholder TextPlus
final
prefixWidget Widget?
TextFieldPlus prefixWidget
final
radius RadiusPlus?
TextFieldPlus radius
final
readOnly bool
TextFieldPlus readOnly -> true or false
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows List<ShadowPlus>?
TextFieldPlus shadows
final
showCursor bool
TextFieldPlus showCursor -> true or false
final
skeleton SkeletonPlus?
ButtonPlus skeleton
final
suffixWidget Widget?
TextFieldPlus suffixWidget
final
textAlign TextAlign
TextFieldPlus textAlign
final
textAlignVertical TextAlignVertical
TextFieldPlus textAlignVertical
final
textCapitalization TextCapitalization
TextFieldPlus textCapitalization
final
textColor Color?
TextFieldPlus textColor
final
textDecorationPlus TextDecorationPlus?
TextFieldPlus textDecorationPlus
final
textInputAction TextInputAction
TextFieldPlus textInputAction
final
textInputType TextInputType?
TextFieldPlus textInputType
final
width double?
TextFieldPlus width
final
wordSpacing double?
TextFieldPlus wordSpacing
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.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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.
inherited