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