bold10 method

Text bold10(
  1. String title, {
  2. int? maxLines,
  3. TextAlign? align,
  4. Color? color,
})

Implementation

Text bold10(String title, {int? maxLines, TextAlign? align, Color? color}) =>
    _bold(title, 10, maxLines: maxLines, align: align, color: color);