custom_text_widget

Creator: coderz1093

Last updated:

0 purchases

custom_text_widget Image
custom_text_widget Images

Languages

Categories

Add to Cart

Description:

custom text widget

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 );

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.