withRowGap method

CartesianValueSummaryStyle withRowGap(
  1. double value
)

Overrides CartesianValueSummaryStyle.rowGap with value.

Implementation

CartesianValueSummaryStyle withRowGap(double value) =>
    copyWith(rowGap: ChartStyleValue.value(value));