ViewRange.custom constructor

const ViewRange.custom(
  1. DateTime firstDay,
  2. List<DateTime> dates
)

Creates custom filled ViewRange instance.

Implementation

const ViewRange.custom(
  DateTime firstDay,
  List<DateTime> dates,
) : this._(firstDay, dates);