ResourceViewHeaderDetails constructor

ResourceViewHeaderDetails(
  1. CalendarResource resource,
  2. Rect bounds
)

Default constructor to store the details needed in resource view header builder.

Implementation

ResourceViewHeaderDetails(this.resource, this.bounds);