editTextStyle function
dynamic
editTextStyle()
Implementation
editTextStyle() {
return TextStyle(fontWeight: FontWeight.w500, color: blue, fontSize: textFiledSize);
}
editTextStyle() {
return TextStyle(fontWeight: FontWeight.w500, color: blue, fontSize: textFiledSize);
}