TimeRegionDetails constructor

TimeRegionDetails(
  1. TimeRegion region,
  2. DateTime date,
  3. Rect bounds
)

Default constructor to store the details needed in time region builder.

Implementation

TimeRegionDetails(this.region, this.date, this.bounds);