lightBorder method

AzContainer lightBorder()

Implementation

AzContainer lightBorder(){
  _borderColor = AzUtlis().colorLight;
  return this;
}