ConditionalFormatRule constructor

ConditionalFormatRule({
  1. BooleanRule? booleanRule,
  2. GradientRule? gradientRule,
  3. List<GridRange>? ranges,
})

Implementation

ConditionalFormatRule({
  this.booleanRule,
  this.gradientRule,
  this.ranges,
});