WeekIcon constructor

WeekIcon(
  1. {required Widget child,
  2. int? year,
  3. int? weekNumber,
  4. DateTime? firstDayOfWeek,
  5. String? semanticLabel}
)

Constructs a WeekIcon.

Implementation

WeekIcon