ClearSuffixButtonTheme constructor

const ClearSuffixButtonTheme({
  1. bool? visibleWithoutValue,
  2. Duration? appearDuration,
  3. Widget? icon,
})

Implementation

const ClearSuffixButtonTheme({
  this.visibleWithoutValue,
  this.appearDuration,
  this.icon,
});