Files
Cheers_to_season_customer/lib/ViewModel/CommonController.dart
2024-03-26 17:41:43 +05:30

6 lines
145 B
Dart

import 'package:get/get.dart';
class CommonController extends GetxController{
RxList aboutus=[].obs;
RxBool showbottomnavigation=true.obs;
}