toText13 static method

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

Implementation

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