lgUp method

Widget lgUp(
  1. BuildContext context
)

Shows the widget on large screens and up.

Implementation

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