custom_edittext

Creator: coderz1093

Last updated:

0 purchases

custom_edittext Image
custom_edittext Images

Languages

Categories

Add to Cart

Description:

custom edittext

This is a custom editext have features of edittext.
Features #
With the help of this package we can able to add margins to edittext and other normal features of edittext.
Getting started #
Just add 'custom_edittext: ^0.0.2' this flutter package into your project.
Usage #
TODO: CustomEdittext(marginLeft:10). Add longer examples
to /example folder.
CustomEditText(
marginLeft: 10,
marginRight: 10,
marginTop: 10,
cornerRadius: 10,
hintText: "please enter the value",
borderColor: Colors.red,
borderWidth: 2,
isBackgroundFilled: false,
textAlign: TextAlign.left,
textStyle: GoogleFonts.lato(fontSize: 18, fontStyle: FontStyle.italic),
textInputType: TextInputType.name,
backgroundColor: Colors.blue,
textEditController: textEditingController,
maxLines: null,
);
copied to clipboard
Additional information #
TODO: Raise issues in my github.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.