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