Last updated:
0 purchases
format label
A Flutter package that allow to have a bold and normal font weight in a same line, like a title-description format.
Usage #
FormatLabel(
mainText: 'Animals:',
description: 'Dog, cat, duck, hippo, bird, tiger',
mainTextStyle: TextStyle(fontSize: 14, color: Colors.red),
descriptionTextStyle: TextStyle(fontSize: 14, color: Colors.teal),
// Optional values. Default values are bold and normal respectively.
mainTextWeight: FontWeight.w700,
descriptionTextWeight: FontWeight.w300,
)
copied to clipboard
Show image example #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.