DecorationElement constructor

const DecorationElement({
  1. BorderRadius? radius,
  2. Color? filledColor,
  3. Color? focusColor,
  4. TextStyle? style,
  5. TextStyle? styleError,
  6. TextStyle? hintStyle,
  7. TextStyle? labelStyle,
  8. Widget? prefix,
  9. Widget? suffix,
  10. EdgeInsetsGeometry? contentPadding,
})

Implementation

const DecorationElement({
  this.radius,
  this.filledColor,
  this.focusColor,
  this.style,
  this.styleError,
  this.hintStyle,
  this.labelStyle,
  this.prefix,
  this.suffix,
  this.contentPadding,
});