TodayNavigationFooter constructor

TodayNavigationFooter({
  1. String? label,
  2. Widget? child,
  3. TodaySvgIcon? icon,
  4. Function? onTap,
})

Implementation

TodayNavigationFooter({
  this.label,
  this.child,
  this.icon,
  this.onTap,
});