backgroundColor method

AzButton backgroundColor(
  1. Color color
)

Implementation

AzButton backgroundColor(Color color){
  _backgroundColor = MaterialStateProperty.all(color);
  return this;
}