withColor abstract method
- String name,
- Color value
Configures the builder to add the given attribute.
-
nameAttribute name. -
valueAttribute value.
Returns DataAttributesBuilder. This data attributes builder instance.
Implementation
DataAttributesBuilder withColor(String name, ui.Color value);