flutter_chip_tags 0.0.1+1 copy "flutter_chip_tags: ^0.0.1+1" to clipboard
flutter_chip_tags: ^0.0.1+1 copied to clipboard

outdated

Clip Style Tags with TextFormField

flutter_chip_tags #

Clip Styled Tags with TextFormField

Getting Started #

Example #

ChipTags(
  list: _myListCustom,
  chipColor: Colors.black,
  iconColor: Colors.white,
  textColor: Colors.white,
  decoration: InputDecoration(hintText: "Your Custom Hint"),
  keyboardType: TextInputType.text,
),

Properties #

Property Function
list List
chipColor Sets Chip background color. By default it's Blue.
iconColor Sets Icon color. By default it's White.
textColor Sets Text color. By default it's White.
decoration It accepts InputDecoration to decorate TextFormField.
keyboradType It accepts TextInputType to set the keyboard layout.

Example Demo #

34
likes
30
pub points
84%
popularity

Publisher

unverified uploader

Clip Style Tags with TextFormField

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_chip_tags