labelStyle top-level constant
Implementation
const TextStyle labelStyle = const TextStyle(
fontWeight: FontWeight.normal,
fontStyle: FontStyle.normal,
fontSize: 17.0,
color: inputFieldColor,
)
const TextStyle labelStyle = const TextStyle(
fontWeight: FontWeight.normal,
fontStyle: FontStyle.normal,
fontSize: 17.0,
color: inputFieldColor,
)