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