SeniorText.smallBold constructor

SeniorText.smallBold(
  1. String content, {
  2. bool? emphasis,
  3. Key? key,
  4. Color? color,
  5. Color? darkColor,
  6. TextStyle? style,
  7. TextProperties? textProperties,
})

Create a text with smallBold font. The content is required.

Implementation

factory SeniorText.smallBold(
  String content, {
  bool? emphasis,
  Key? key,
  Color? color,
  Color? darkColor,
  TextStyle? style,
  TextProperties? textProperties,
}) = _SeniorTextSmallBold;