UiFeedbackElementAttributesConfig constructor
UiFeedbackElementAttributesConfig({
- String? backgroundColor,
- ImageScaleType? imageScaleType,
- TextAlignment? textAlignment,
- String? textColor,
Implementation
UiFeedbackElementAttributesConfig({
this.backgroundColor,
this.imageScaleType,
this.textAlignment,
this.textColor,
});