toText28 static method

dynamic toText28({
  1. FontWeight? fontWeight,
  2. Color? color,
})

Implementation

static toText28({FontWeight? fontWeight, Color? color}) {
  return TextStyle(fontSize: 28.sp, fontWeight: fontWeight, color: color);
}