step 16 : add M_CompanyID for trans, menu drawer, fix bug overflow btn

This commit is contained in:
sindhu
2024-01-16 10:38:44 +07:00
parent a317946fc2
commit 198f7ccd17
9 changed files with 1201 additions and 871 deletions

View File

@@ -25,6 +25,7 @@ class ChangeCompanyScreen extends StatelessWidget {
),
),
drawer: CustomDrawer(),
body: Text('Under Construction'),
),
);
}