AutoDateTimeTickProviderSpec constructor
const
AutoDateTimeTickProviderSpec({
- bool includeTime = true,
Creates a TickProviderSpec that dynamically chooses ticks based on the extents of the data.
includeTime
- flag that indicates whether the time should be
included when choosing appropriate tick intervals.
Implementation
const AutoDateTimeTickProviderSpec({this.includeTime = true});