editTextStyleAll function

dynamic editTextStyleAll()

Implementation

editTextStyleAll() {
  return TextStyle(fontWeight: FontWeight.w500, fontFamily: otherFont, color: editTextColor, fontSize: textFiledSize);
}