color method

AzCard color(
  1. String hexCode
)

Implementation

AzCard color(String hexCode){
  _color = hexColor(hexCode);
  return this;
}