const BoxConstraints.tight(double width, double height) : minWidth = width, maxWidth = width, minHeight = height, maxHeight = height;