SizedBox(
height: 50,
width: 250,
child: ElevatedButton(
style: ElevatedButton.styleFrom(
backgroundColor: Colors.deepPurple.withAlpha(400),
shape: kRBorderShape,
),
child: const Text('Barcode Scanner'),
onPressed: () {}
),
),