normalSize32Text function

TextStyle normalSize32Text([
  1. Color? color
])

Implementation

TextStyle normalSize32Text([Color? color]) => GoogleFonts.sora(
      fontSize: 32,
      color: color,
    );