ResourceViewHeaderDetails constructor
ResourceViewHeaderDetails(
- CalendarResource resource,
- Rect bounds
Default constructor to store the details needed in resource view header builder.
Implementation
ResourceViewHeaderDetails(this.resource, this.bounds);