setFooter method
void
setFooter(
Implementation
void setFooter(Widget? value) {
onNotifyWithCallback(() => footer = value);
}
void setFooter(Widget? value) {
onNotifyWithCallback(() => footer = value);
}