normal10 method

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

Implementation

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