SeniorCalendarFooter constructor

const SeniorCalendarFooter({
  1. Key? key,
  2. String? text,
  3. SeniorCalendarStyle? style,
})

Implementation

const SeniorCalendarFooter({
  Key? key,
  this.text,
  this.style,
}) : super(key: key);