Update: 2026-05-11 01:09:54
This commit is contained in:
@@ -119,6 +119,18 @@ class ScannerView extends GetView<ScannerController> {
|
||||
state: state,
|
||||
children: [
|
||||
AwesomeFlashButton(state: state),
|
||||
const SizedBox(width: 16),
|
||||
Container(
|
||||
decoration: BoxDecoration(
|
||||
color: Colors.black45,
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
),
|
||||
child: IconButton(
|
||||
onPressed: () => controller.pickPdfFile(),
|
||||
icon: const Icon(Icons.picture_as_pdf, color: Colors.white),
|
||||
tooltip: 'استيراد PDF',
|
||||
),
|
||||
),
|
||||
const Spacer(),
|
||||
TextButton.icon(
|
||||
onPressed: () => Get.back(),
|
||||
|
||||
Reference in New Issue
Block a user