textfield_shadow

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

textfield shadow

Description: #
This package to create simple and attractive Textfield with your Customization.

Getting started: #
Add the following to your pubspec.yaml file.
Install: #
dependencies:
textfield_shadow: any
copied to clipboard
Import the package: #
import 'package:textfield_shadow/custom_textfield.dart';
copied to clipboard
Usage: #
make a custom textfield inside any widget's child, CustomTextfield will give functionality to add attractive textfield with custom changes according to your need.
CustomTextfield(
size: size,
controller: controller,
prefixIcon: const Icon(Icons.lock, size: 16, color: Colors.blue),
hintStr: "Password",
suffixIcon: const Icon(Icons.remove_red_eye, size: 22, color: Colors.black),
),
copied to clipboard

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.