From 4bd952bfc029677ff63da20ad7784f4682e1ac68 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Oct 2023 19:00:50 +0700 Subject: [PATCH] Store Data mobile --- lib/pages/peminjaman_barang/create.dart | 56 ++++++++++++------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/lib/pages/peminjaman_barang/create.dart b/lib/pages/peminjaman_barang/create.dart index 94a8d11..cba9c52 100644 --- a/lib/pages/peminjaman_barang/create.dart +++ b/lib/pages/peminjaman_barang/create.dart @@ -557,34 +557,34 @@ class _CreatePeminjamanBarangState extends State { ), ), SizedBox(height: 16), - FractionallySizedBox( - widthFactor: 1.0, // Lebar penuh - child: Card( - elevation: 1, - child: Padding( - padding: const EdgeInsets.all(8), - child: Column( - children: [ - Text( - 'Data dari QR Code:', - style: TextStyle( - fontSize: 16, - fontWeight: FontWeight.bold, - ), - ), - SizedBox(height: 8), - Text( - result != null - ? result!.code ?? - 'Belum ada data QR Code terpindai' - : 'Belum ada data QR Code terpindai', - style: TextStyle(fontSize: 14), - ), - ], - ), - ), - ), - ), + // FractionallySizedBox( + // widthFactor: 1.0, // Lebar penuh + // child: Card( + // elevation: 1, + // child: Padding( + // padding: const EdgeInsets.all(8), + // child: Column( + // children: [ + // Text( + // 'Data dari QR Code:', + // style: TextStyle( + // fontSize: 16, + // fontWeight: FontWeight.bold, + // ), + // ), + // SizedBox(height: 8), + // Text( + // result != null + // ? result!.code ?? + // 'Belum ada data QR Code terpindai' + // : 'Belum ada data QR Code terpindai', + // style: TextStyle(fontSize: 14), + // ), + // ], + // ), + // ), + // ), + // ), ], ), ),