format_label 2.0.0 copy "format_label: ^2.0.0" to clipboard
format_label: ^2.0.0 copied to clipboard

A Flutter package that allow to have a bold and normal font weight in a same line, like a title-description format.

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, fontWeight: FontWeight.w700, color: Colors.red),
    descriptionTextStyle: TextStyle(fontSize: 14, fontWeight: FontWeight.w300, color: Colors.teal),
)
4
likes
0
pub points
30%
popularity

Publisher

unverified uploader

A Flutter package that allow to have a bold and normal font weight in a same line, like a title-description format.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on format_label