smDown method

Widget smDown(
  1. BuildContext context
)

Shows the widget on small and medium screens.

Implementation

Widget smDown(BuildContext context) =>
    context.smDown ? this : const SizedBox.shrink();