toText14 static method

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

Implementation

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