10/27/3
This commit is contained in:
@@ -197,10 +197,9 @@ class HomeCaptain extends StatelessWidget {
|
||||
),
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
Get.to(() => Scaffold(
|
||||
appBar: AppBar(),
|
||||
body: CameraWidgetCardId(),
|
||||
));
|
||||
Get.to(
|
||||
() => CameraWidgetCardId(),
|
||||
);
|
||||
},
|
||||
child: const Text(
|
||||
"Text IdCamera",
|
||||
|
||||
Reference in New Issue
Block a user