Last updated:
0 purchases
fitted text
fitted_text #
A FittedText Flutter package.
Usage #
import 'package:fitted_text/fitted_text.dart';
FittedText(
'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',
widthPercent: 74,
style: TextStyle(
color: Colors.white,
fontSize: 13,
)
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.