fixedSize method

AzButton fixedSize(
  1. Size size
)

Implementation

AzButton fixedSize(Size size){
  _fixedSize = MaterialStateProperty.all(size);
  return this;
}