bg method

AzContainer bg(
  1. Color color
)

Implementation

AzContainer bg(Color color){
  _bgColor = color;
  return this;
}