baseInputStyle top-level property

TextStyle baseInputStyle
getter/setter pair

Implementation

TextStyle baseInputStyle = GoogleFonts.inter(
  fontSize: 16.0,
  color: const Color(0xFF1D1D1D),
  fontWeight: FontWeight.normal,
);