getTextFieldStyle function
dynamic
getTextFieldStyle()
Implementation
getTextFieldStyle() {
return const TextStyle(fontWeight: FontWeight.w400, color: black, fontSize: 16);
}
getTextFieldStyle() {
return const TextStyle(fontWeight: FontWeight.w400, color: black, fontSize: 16);
}