ColorAttribute.backgroundColor constructor

ColorAttribute.backgroundColor(
  1. Color color
)

Background color

Implementation

factory ColorAttribute.backgroundColor(Color color) =
    BackgroundColorAttribute;