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