format_label

Last updated:

0 purchases

format_label Image
format_label Images
Add to Cart

Description:

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 #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.