AzButton width(double width){ _width = width; _fixedSize = MaterialStateProperty.all(Size(width, _height)); return this; }