withRowGap method
- double value
Overrides CartesianValueSummaryStyle.rowGap with value.
Implementation
CartesianValueSummaryStyle withRowGap(double value) =>
copyWith(rowGap: ChartStyleValue.value(value));
Overrides CartesianValueSummaryStyle.rowGap with value.
CartesianValueSummaryStyle withRowGap(double value) =>
copyWith(rowGap: ChartStyleValue.value(value));