size static method
Implementation
static double size(BuildContext context) =>
maxWidth(context) < maxHeight(context) ? maxWidth(context) : maxHeight(context);
static double size(BuildContext context) =>
maxWidth(context) < maxHeight(context) ? maxWidth(context) : maxHeight(context);