labelStyle top-level constant

const labelStyle = const TextStyle(fontWeight: FontWeight.normal, fontStyle: FontStyle.normal, fontSize: 17.0, color: inputFieldColor)

Implementation

const TextStyle labelStyle = const TextStyle(
  fontWeight: FontWeight.normal,
  fontStyle: FontStyle.normal,
  fontSize: 17.0,
  color: inputFieldColor,
)