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