default_text 0.0.2
default_text: ^0.0.2 copied to clipboard
simplify and categorize sizes for font text
Introduction #
This package is designed for you to simplify and categorize sizes for font sizes
Features #
Categorizing sizes #
DefText("Lorem ipsum dolor sit amet").extraSmall
Make Auto maxline #
DefText("Lorem ipsum dolor sit amet", maxLine: 2).normal
Make Auto Ellipsis #
DefText("Lorem ipsum dolor sit amet", fontWeigth: FontWeight.bold).large
Preview #
Usage #
Import package
import 'package:default_text/default_text.dart';