custom_text_widget 0.0.2 copy "custom_text_widget: ^0.0.2" to clipboard
custom_text_widget: ^0.0.2 copied to clipboard

CustomText is a text widget with more usefull feature

TODO: Custom Text is simple flutter text widget with more useful feature like ontap, padding and style

Features #

1: Easily handle text widget with all useful feature 2: Add padding top, bottom, left, right 3: Set onTap function on any text 4: Use Customize text style

Getting started #

Just Call CustomText() and pass all your a essentials parameter

Usage #

TextStyle customText = TextStyle(color: Colors.black, fontSize: 14.0); CustomText(text:"your text", softWrap: true, onTap:(){}, maxLines: 3, textStyle:customText );

2
likes
120
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

CustomText is a text widget with more usefull feature

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on custom_text_widget