toText24 static method

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

Implementation

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