SystemWindowFooter constructor

SystemWindowFooter({
  1. SystemWindowText? text,
  2. SystemWindowPadding? padding,
  3. List<SystemWindowButton>? buttons,
  4. ButtonPosition? buttonsPosition,
  5. SystemWindowDecoration? decoration,
})

Implementation

SystemWindowFooter({
  this.text,
  this.padding,
  this.buttons,
  this.buttonsPosition,
  this.decoration,
});