MothDayView constructor
const
MothDayView({
- Key? key,
- required List<
Task> tasks, - Color? taskCardColor,
- Color? taskTitleColor,
- Color? taskSubtitleColor,
- Color? highlightTextColor,
- Color? highlightBackgroundColor,
- Color? textColor,
- Color? mothCardColor,
- Color? mothTextColor,
- ScrollController? controller,
- ScrollPhysics? scrollPhysics,
- String locale = 'en_US',
Implementation
const MothDayView({
Key? key,
required this.tasks,
this.taskCardColor,
this.taskTitleColor,
this.taskSubtitleColor,
this.highlightTextColor,
this.highlightBackgroundColor,
this.textColor,
this.mothCardColor,
this.mothTextColor,
this.controller,
this.scrollPhysics,
this.locale = 'en_US',
}) : super(key: key);