custom_text_form_field 0.0.1 copy "custom_text_form_field: ^0.0.1" to clipboard
custom_text_form_field: ^0.0.1 copied to clipboard

outdated

This package contains a text box that you pass properties to. It is flexible that you can control as you like, such as color, length, width, font size suitable for all screens.

custom_textfield_package #

A new Flutter package (custom textfield package).

Getting Started #

  • For Call Class
    CustomTextField(
          width: size.width * 0.39,
          label: getTranslated(context, "first_name"),
          isRequired: true,
          controller: _firstNameController,
          maxLength: 30,
          withValidate: true,
        ),
2
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

This package contains a text box that you pass properties to. It is flexible that you can control as you like, such as color, length, width, font size suitable for all screens.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on custom_text_form_field