getAdeptTextFieldTheme method

AdeptTextFieldTheme getAdeptTextFieldTheme()

Returns the current instance as AdeptTextFieldTheme.

Implementation

AdeptTextFieldTheme getAdeptTextFieldTheme() {
  AdeptTextFieldTheme theme = copyWith();
  theme.fieldPadding = EdgeInsets.zero;
  theme.labelPadding = EdgeInsets.zero;
  return theme;
}