showOnlyMobile method
Implementation
Widget showOnlyMobile(BuildContext context) =>
MediaQuery.of(context).size.width < 600 ? this : const SizedBox.shrink();
Widget showOnlyMobile(BuildContext context) =>
MediaQuery.of(context).size.width < 600 ? this : const SizedBox.shrink();