Last updated:
0 purchases
text field custom
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(),
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.