GSIButtonConfiguration constructor
const
GSIButtonConfiguration({
- dynamic theme,
- dynamic type,
- dynamic shape,
- dynamic text,
- dynamic size,
- dynamic locale,
- dynamic logoAlignment,
- dynamic minimumWidth,
Implementation
const GSIButtonConfiguration({
this.theme,
this.type,
this.shape,
this.text,
this.size,
this.locale,
this.logoAlignment,
this.minimumWidth,
});