TimeRegionDetails constructor
TimeRegionDetails(
- TimeRegion region,
- DateTime date,
- Rect bounds
Default constructor to store the details needed in time region builder.
Implementation
TimeRegionDetails(this.region, this.date, this.bounds);