bold static method

TextStyle bold({
  1. required double fontSize,
})

Implementation

static TextStyle bold({required double fontSize}) {
  return TextStyle(fontFamily: fontFamily, fontSize: fontSize, fontWeight: FontWeight.w700, package: "dooadex_palette");
}