backgroundColor method

Container backgroundColor(
  1. Color color
)

Implementation

Container backgroundColor(Color color) {
  return copyWith(color: color);
}