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