AppTextFormFieldItem class

========================================================== CREATED BY MOHAMED GHONEIM 01/01/2022 TEL// +201064626369

Inheritance

Constructors

AppTextFormFieldItem({TextEditingController? controller, required String title, required AppFormFieldItemType formFieldItemType, required Stream stream, BehaviorSubject<bool>? obscureTextSubject, FocusNode? focusNode, required TextInputType textInputType, TextInputAction? textInputAction, double? fontSize, Color? fontColor, Widget? label, Widget? prefixIcon, Widget? suffixIcon, required Color labelFontColor, required Color borderColor, required Color focusedBorderColor, Color? cursorColor, required Color iconColor, required Color focusedIconColor, int? maxLines, GestureTapCallback? onTap, FormFieldValidator<String>? validator, bool? showHint = false, bool? showUnderLine = false, bool? readOnly = false, bool? autofocus = false, EdgeInsets? contentPadding, VoidCallback? submit, ValueChanged<String>? onChanged, int? maxLength, Widget? showPasswordIcon, BorderRadius? borderRadius, Color? fillColor, Key? key})
const

Properties

autofocus bool?
final
borderColor Color
final
borderRadius BorderRadius?
final
contentPadding EdgeInsets?
final
controller TextEditingController?
final
cursorColor Color?
final
fillColor Color?
final
focusedBorderColor Color
final
focusedIconColor Color
final
focusNode FocusNode?
final
fontColor Color?
final
fontSize double?
final
formFieldItemType AppFormFieldItemType
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label Widget?
final
labelFontColor Color
final
maxLength int?
final
maxLines int?
final
obscureTextSubject BehaviorSubject<bool>?
final
onChanged ValueChanged<String>?
final
onTap GestureTapCallback?
final
prefixIcon Widget?
final
readOnly bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showHint bool?
final
showPasswordIcon Widget?
final
showUnderLine bool?
final
stream Stream
final
submit VoidCallback?
final
suffixIcon Widget?
final
textInputAction TextInputAction?
final
textInputType TextInputType
final
title String
final
validator FormFieldValidator<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.
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