Updated ui
This commit is contained in:
parent
55ac88ccc9
commit
0fb9153a03
4 changed files with 26 additions and 25 deletions
|
|
@ -55,11 +55,11 @@ class _BarcodeScannerScreenState extends State<BarcodeScannerScreen> {
|
|||
begin: Alignment.topCenter,
|
||||
end: Alignment.bottomCenter,
|
||||
colors: [
|
||||
Color.fromRGBO(51, 34, 61, 1),
|
||||
Color.fromRGBO(37, 25, 44, 1),
|
||||
Color.fromRGBO(22, 33, 44, 1),
|
||||
Color.fromRGBO(22, 33, 44, 1),
|
||||
Color.fromRGBO(22, 33, 44, 1),
|
||||
Color.fromRGBO(30, 56, 50, 1),
|
||||
Color.fromRGBO(25, 46, 41, 1),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
@ -80,19 +80,19 @@ class _BarcodeScannerScreenState extends State<BarcodeScannerScreen> {
|
|||
Container(
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(36),
|
||||
border: BoxBorder.all(color: const Color.fromARGB(58, 227, 227, 227)),
|
||||
boxShadow: [
|
||||
const BoxShadow(
|
||||
color: Color.fromRGBO(5, 5, 8, 0.526),
|
||||
blurRadius: 6,
|
||||
offset: Offset(4, 4), // left and up
|
||||
),
|
||||
const BoxShadow(
|
||||
color: Color.fromRGBO(92, 71, 97, 0.526),
|
||||
blurRadius: 6,
|
||||
offset: Offset(-4, -4), // right and down
|
||||
),
|
||||
],
|
||||
border: BoxBorder.all(color: const Color.fromARGB(64, 227, 227, 227)),
|
||||
// boxShadow: [
|
||||
// const BoxShadow(
|
||||
// color: Color.fromRGBO(5, 5, 8, 0.526),
|
||||
// blurRadius: 6,
|
||||
// offset: Offset(4, 4), // left and up
|
||||
// ),
|
||||
// const BoxShadow(
|
||||
// color: Color.fromRGBO(92, 71, 97, 0.526),
|
||||
// blurRadius: 6,
|
||||
// offset: Offset(-4, -4), // right and down
|
||||
// ),
|
||||
// ],
|
||||
),
|
||||
height: 330,
|
||||
width: 340,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue