ConditionalFormatRule class

A rule describing a conditional format.

Constructors

ConditionalFormatRule({BooleanRule? booleanRule, GradientRule? gradientRule, List<GridRange>? ranges})
ConditionalFormatRule.fromJson(Map json_)

Properties

booleanRule BooleanRule?
The formatting is either "on" or "off" according to the rule.
getter/setter pair
gradientRule GradientRule?
The formatting will vary based on the gradients in the rule.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ranges List<GridRange>?
The ranges that are formatted if the condition is true.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited