disabledTextStyle top-level constant
Implementation
const TextStyle disabledTextStyle = TextStyle(
fontSize: 14.0,
color: Colors.grey, // Grey out the text
);
const TextStyle disabledTextStyle = TextStyle(
fontSize: 14.0,
color: Colors.grey, // Grey out the text
);