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: 'Aminals:',
    description: 'Dog, cat, duck, hippo, bird, tiger',
    textColor: Colors.black,
    mainTextWeight: FontWeight.bold,
)

Libraries

format_label