foregroundColor method

AzButton foregroundColor(
  1. Color color
)

Implementation

AzButton foregroundColor(Color color){
  _foregroundColor = MaterialStateProperty.all(color);
  return this;
}