backgroundColor property

Color backgroundColor
final

The color to fill in the background of the flipper.

The color is filled into the shape of the box (e.g., either a rectangle, potentially with a borderRadius, or a circle).

This is ignored if gradient is non-null.

Implementation

final Color backgroundColor;