Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
Byodv2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dio Maulana
Byodv2
Commits
bdf5a398
Commit
bdf5a398
authored
Sep 28, 2022
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix viewbill size divider
parent
50dc8a53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
46 deletions
+44
-46
view_bill_new.dart
lib/ui/viewbill/view_bill_new.dart
+44
-46
No files found.
lib/ui/viewbill/view_bill_new.dart
View file @
bdf5a398
...
...
@@ -512,6 +512,11 @@ class CoreBill extends StatelessWidget {
isHistory:
isHistory
,
tableStatus:
dataBill
[
0
].
tableStatus
,
),
(
dataBill
[
0
].
tableStatus
==
tableStatusOpen
)
?
const
SizedBox
(
height:
24
,
)
:
const
SizedBox
(),
(
dataBill
[
0
].
tableStatus
==
tableStatusOpen
)
?
const
AddMoreOrder
()
:
const
SizedBox
(),
...
...
@@ -1837,59 +1842,52 @@ class AddMoreOrder extends StatelessWidget {
color:
backgroundWhite
,
padding:
const
EdgeInsets
.
symmetric
(
horizontal:
paddingLeftRight
),
// color: Colors.red,
child:
Column
(
child:
Row
(
children:
[
Expanded
(
child:
Container
(
child:
defaultText
(
context
,
'Tambahkan menu lainnya?'
,
maxLines:
2
,
overFlow:
TextOverflow
.
ellipsis
,
style:
viewbillStyle
(
font:
16
,
fontWeight:
FontWeight
.
w400
,
),
),
),
),
const
SizedBox
(
height:
24
,
width:
19
,
),
Row
(
children:
[
Expanded
(
child:
Container
(
child:
defaultText
(
context
,
'Tambahkan menu lainnya?'
,
maxLines:
2
,
overFlow:
TextOverflow
.
ellipsis
,
style:
viewbillStyle
(
font:
16
,
fontWeight:
FontWeight
.
w400
,
),
),
GestureDetector
(
onTap:
()
{
Navigator
.
push
(
context
,
MaterialPageRoute
(
builder:
(
_
)
=>
const
NewHome2
(),
),
);
},
child:
Container
(
width:
98
,
height:
30
,
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
21
),
color:
buttonColor
,
),
const
SizedBox
(
width:
19
,
),
GestureDetector
(
onTap:
()
{
Navigator
.
push
(
context
,
MaterialPageRoute
(
builder:
(
_
)
=>
const
NewHome2
(),
),
);
},
child:
Container
(
width:
98
,
height:
30
,
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
21
),
color:
buttonColor
,
),
child:
Center
(
child:
defaultText
(
context
,
'Tambah'
,
style:
addButton
(
font:
8
,
),
),
child:
Center
(
child:
defaultText
(
context
,
'Tambah'
,
style:
addButton
(
font:
8
,
),
),
)
]
,
)
,
)
,
)
,
)
],
),
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment