getBoxComfortable static method
Implementation
static SizedBox getBoxComfortable(
{Key? key, Widget? child, double? coverWidth, double? coverHeight}) {
return getSquareBox(44, key: key, child: child);
}
static SizedBox getBoxComfortable(
{Key? key, Widget? child, double? coverWidth, double? coverHeight}) {
return getSquareBox(44, key: key, child: child);
}