TInput class

TInput

Inheritance

Constructors

TInput({Key? key, String labelText = "", String hintText = "", IconData? icon, bool password = false, void onChanged(String)?, String initaialValue = "", bool starRequired = false, TInputType type = TInputType.fixedLabel, Color fillColor = Colors.white, bool clearText = false, int minLines = 1, int maxLines = 1, Color starColor = Colors.blue, double fontSize = 14, double borderRadius = 12, double? width, double? height = 45, void onTap()?, bool readOnly = false, bool? enableInteractiveSelection, TextAlign textAlign = TextAlign.start})
Constructor
const

Properties

borderRadius double
Border Radius
final
clearText bool
Clear Text
final
enableInteractiveSelection bool?
Enable Interactive Selection
final
fillColor Color
Fill Color
final
fontSize double
Font Size
final
hashCode int
The hash code for this object.
no setterinherited
height double?
Height
final
hintText String
Hint Text
final
icon IconData?
Icon
final
initaialValue String
Initial Value
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
labelText String
Label Text
final
maxLines int
Max Lines
final
minLines int
Min Lines
final
onChanged → void Function(String)?
On Changed
final
onTap → void Function()?
On Tap
final
password bool
Password
final
readOnly bool
Read Only
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
starColor Color
start Color
final
starRequired bool
Star Required
final
textAlign TextAlign
Text Align
final
type TInputType
Type
final
width double?
Width
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<TInput>
Creates the mutable state for this widget at a given location in the tree.
override
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, int wrapWidth = 65}) 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