text_field_custom 0.0.1
text_field_custom: ^0.0.1 copied to clipboard
In this package I have customized the textformfield for easy use.
In this package I have customized the textformfield for easy use.
Features #
The text field widget is made very handy to use. Added some more features to it by using some other w
Getting started #
Just add the plugin to your code and enjoy.
Usage #
CustomTextField(
hintText: "Hint goes here",
onTap: () {
print("On tap action called");
},
isRequired: true,
title: "Title goes here",
border: const OutlineInputBorder(),
),