regular18 method

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

Implementation

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