HighchartsResponsiveRulesConditionOptions constructor

HighchartsResponsiveRulesConditionOptions({
  1. HighchartsCallback? callback,
  2. double? maxHeight,
  3. double? maxWidth,
  4. double? minHeight,
  5. double? minWidth,
})

Under which conditions the rule applies.

API Docs: https://api.highcharts.com/highcharts/responsive.rules.condition

Implementation

HighchartsResponsiveRulesConditionOptions(
    {this.callback,
    this.maxHeight,
    this.maxWidth,
    this.minHeight,
    this.minWidth});