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