SystemWindowFooter constructor
SystemWindowFooter({
- SystemWindowText? text,
- SystemWindowPadding? padding,
- List<
SystemWindowButton> ? buttons, - ButtonPosition? buttonsPosition,
- SystemWindowDecoration? decoration,
Implementation
SystemWindowFooter({
this.text,
this.padding,
this.buttons,
this.buttonsPosition,
this.decoration,
});