static SizedBox getSizedBox({Key? key, double width = 0, double height = 0}) { return SizedBox.fromSize(key: key, size: Size(width, height)); }