surfaceTintColor method

AzButton surfaceTintColor(
  1. Color color
)

Implementation

AzButton surfaceTintColor(Color color){
  _surfaceTintColor = MaterialStateProperty.all(color);
  return this;
}