disabledTextStyle constant
Text style for disabled text or elements.
Implementation
static const TextStyle disabledTextStyle = TextStyle(
fontSize: 14,
color: Colors.grey,
);
Text style for disabled text or elements.
static const TextStyle disabledTextStyle = TextStyle(
fontSize: 14,
color: Colors.grey,
);