labelStyle top-level property
Implementation
final TextStyle labelStyle = GoogleFonts.inter(
fontSize: 12.0,
color: Colors.black, // Adjust color as needed
fontWeight: FontWeight.w500,
);
final TextStyle labelStyle = GoogleFonts.inter(
fontSize: 12.0,
color: Colors.black, // Adjust color as needed
fontWeight: FontWeight.w500,
);