textfield_shadow 1.1.0+2 copy "textfield_shadow: ^1.1.0+2" to clipboard
textfield_shadow: ^1.1.0+2 copied to clipboard

Textfield Shadow is for creating attractive textfield with full customization available and also initial textfield with shadow and prefix and suffix with your choice and many functions for apply more [...]

Description: #

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

App Screenshot

Getting started: #

Add the following to your pubspec.yaml file.

Install: #

dependencies:
  textfield_shadow: any

Import the package: #

import 'package:textfield_shadow/custom_textfield.dart';

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),
            ),
14
likes
140
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

Textfield Shadow is for creating attractive textfield with full customization available and also initial textfield with shadow and prefix and suffix with your choice and many functions for apply more functionality

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on textfield_shadow