getRedTextStyle function
dynamic
getRedTextStyle()
Implementation
getRedTextStyle() {
return const TextStyle(fontWeight: FontWeight.w500, color: Colors.red, fontSize: 14);
}
getRedTextStyle() {
return const TextStyle(fontWeight: FontWeight.w500, color: Colors.red, fontSize: 14);
}