With custom height and width
SizedBox withSize({double width = 0.0, double height = 0.0}) { return SizedBox(height: height, width: width, child: this); }