format_label 0.0.1 format_label: ^0.0.1 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: 'Aminals:',
text: 'Dog, cat, duck, hippo, bird, tiger',
mainColor: Colors.black,
descriptionColor: Colors.black
)