AzButton maxWidth(double width){ _maxWidth = width; _maximumSize = MaterialStateProperty.all(Size(width, _maxHeight)); return this; }