LabelSm constructor

const LabelSm(
  1. String text, {
  2. Key? key,
  3. bool bold = false,
  4. bool italic = false,
  5. bool gray = false,
  6. Color? customColor,
  7. TextAlign? align,
  8. int? maxLines,
  9. TextOverflow? overflow,
  10. TextDecoration? decoration,
  11. TextDecorationStyle? decorationStyle,
})

Implementation

const LabelSm(
  super.text, {
  super.key,
  super.bold,
  super.italic,
  super.gray,
  super.customColor,
  super.align,
  super.maxLines,
  super.overflow,
  super.decoration,
  super.decorationStyle,
});