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