getTextFieldStyle function

dynamic getTextFieldStyle()

Implementation

getTextFieldStyle() {
  return const TextStyle(fontWeight: FontWeight.w400, color: black, fontSize: 16);
}