backgroundColor function

BackgroundColorAttribute backgroundColor(
  1. Color color
)

Background color attribute

Implementation

BackgroundColorAttribute backgroundColor(Color color) =>
    BackgroundColorAttribute(color);