NuntioFooter constructor
NuntioFooter({
- double? height,
Implementation
NuntioFooter({Widget? footer, double? height}) {
this.footer = footer ?? SizedBox();
this.height = height ?? 0.0;
}
NuntioFooter({Widget? footer, double? height}) {
this.footer = footer ?? SizedBox();
this.height = height ?? 0.0;
}