GSIButtonConfiguration constructor

const GSIButtonConfiguration({
  1. dynamic theme,
  2. dynamic type,
  3. dynamic shape,
  4. dynamic text,
  5. dynamic size,
  6. dynamic locale,
  7. dynamic logoAlignment,
  8. dynamic minimumWidth,
})

Implementation

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