primarySolidThree method

AzButton primarySolidThree()

Implementation

AzButton primarySolidThree(){
  Color color = AzUtlis().colorPrimary;
  Color colorOverlay = AzUtlis().colorPrimaryOverlay;
  solidThree(color, colorOverlay);
  return this;
}