labelStyle top-level property

TextStyle labelStyle
final

Implementation

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