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