normalTextStyle top-level constant
Text style for normal text.
Implementation
const TextStyle normalTextStyle = TextStyle(
fontSize: 14.0,
color: Colors.black,
);
Text style for normal text.
const TextStyle normalTextStyle = TextStyle(
fontSize: 14.0,
color: Colors.black,
);