editTextStyleSmall function
dynamic
editTextStyleSmall()
Implementation
editTextStyleSmall() {
return TextStyle(fontWeight: FontWeight.w500, color: black, fontSize: contentSize);
}
editTextStyleSmall() {
return TextStyle(fontWeight: FontWeight.w500, color: black, fontSize: contentSize);
}