toText32 static method

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

Implementation

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