toText12 static method

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

Implementation

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