WeekIndicator constructor

const WeekIndicator(
  1. Week week, {
  2. Key? key,
  3. bool alwaysUseNarrowestVariant = false,
  4. VoidCallback? onTap,
  5. WeekIndicatorStyle? style,
})

Implementation

const WeekIndicator(
  this.week, {
  super.key,
  this.alwaysUseNarrowestVariant = false,
  this.onTap,
  this.style,
});