import 'package:unit2/utils/global.dart'; bool isMobile() { if (screenWidth > 500.00) { return false; } else { return true; } }