smDown method
Shows the widget on small and medium screens.
Implementation
Widget smDown(BuildContext context) =>
context.smDown ? this : const SizedBox.shrink();
Shows the widget on small and medium screens.
Widget smDown(BuildContext context) =>
context.smDown ? this : const SizedBox.shrink();