ConditionalFormat.dataBar constructor

ConditionalFormat.dataBar(
  1. ExcelColor color
)

An in-cell data bar of the given color.

Implementation

factory ConditionalFormat.dataBar(ExcelColor color) =>
    ConditionalFormat._(typeName: 'dataBar', colors: [color]);