regularContext12 method

Text regularContext12({
  1. Color? color,
})

Implementation

Text regularContext12({Color? color}) => _copyWith(
    style: TextStyle(
        fontSize: 12 * myRatio,
        height: 1.3333,
        fontFamily: font,
        fontWeight: FontWeight.w400,
        color: color ?? titleTextColor,
        package: package));