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