UiFeedbackElementAttributesConfig constructor

UiFeedbackElementAttributesConfig({
  1. String? backgroundColor,
  2. ImageScaleType? imageScaleType,
  3. TextAlignment? textAlignment,
  4. String? textColor,
})

Implementation

UiFeedbackElementAttributesConfig({
  this.backgroundColor,
  this.imageScaleType,
  this.textAlignment,
  this.textColor,
});