Nothin ! just some cool and beautiful textfields for flutter
Features
Label text Hint text Inputtype Secure text Capitalization Controller
Getting started
MyTextField(
hintText: 'Enter your Email',
inputType: TextInputType.emailAddress,
labelText2: 'Email',
secure1: false,
capital: TextCapitalization.none,
nameController1 : emailController,
),