labelStyle constant

TextStyle const labelStyle

Text style for input field labels.

Implementation

static const TextStyle labelStyle = TextStyle(
  fontSize: 14,
  fontWeight: FontWeight.w500,
);