bgColor method

Container bgColor(
  1. Color color
)

Implementation

Container bgColor(Color color) => copyWith(color: color);