editTextStyle function

dynamic editTextStyle()

Implementation

editTextStyle() {
  return TextStyle(fontWeight: FontWeight.w500, color: black, fontSize: kTextFieldSize);
}