ConditionalFormat.dataBar constructor
ConditionalFormat.dataBar(
- ExcelColor color
An in-cell data bar of the given color.
Implementation
factory ConditionalFormat.dataBar(ExcelColor color) =>
ConditionalFormat._(typeName: 'dataBar', colors: [color]);