/
Text Field Builder

Text Field Builder

TextFieldBuilder

ย 

TextFieldBuilder is a customised Text Form Field widget along with the label for the text field.

ย 

ย 

Features

  • prefixText : Developers can give a prefix Text for the text field placeholder (Eg. +91, โ‚น )

  • isRequired : Developers can make a text field mandatory / non-mandatory for the users based on the isRequired value as true/false. (*) indicates mandatory field.

  • suffixIcon : Used to create an icon like eye button on the text field.

  • requiredMessage : Customise your error validation message using requiredMessage variable

  • obscureText : Used to make the text masked for the users

  • maxLength : Used to specify the max characters to be entered in the text field

  • isDisabled : If isDisabled is true , then the text field becomes read-only (non-editable).

ย 

ย 

Widgets used from Flutter Material Library

SL No

Widgets

Description

SL No

Widgets

Description

1

TextFormField()

Text Field

2

InputDecoration()

Text Box Decoration

3

Text()

Text field Label

ย 

Files Path :

Primary Files : punjab-mgramseva/frontend/mgramseva/lib/widgets/TextFieldBuilder.dart at master ยท misdwss/punjab-mgramseva

Related pages