textError function
Implementation
TextStyle textError() {
return const TextStyle(
fontSize: 12,
fontWeight: FontWeight.w400,
color: Colors.red,
fontFamily: Strings.fontFamily,
);
}
TextStyle textError() {
return const TextStyle(
fontSize: 12,
fontWeight: FontWeight.w400,
color: Colors.red,
fontFamily: Strings.fontFamily,
);
}