Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
Crm Attendance
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
Crm Attendance
Commits
a6ea0422
Commit
a6ea0422
authored
Jun 02, 2023
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
container click muncul modal bottom sheet
parent
53de4163
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
31 deletions
+32
-31
home.dart
lib/page/home/home.dart
+32
-31
No files found.
lib/page/home/home.dart
View file @
a6ea0422
...
@@ -139,26 +139,27 @@ class BodyWidget extends StatelessWidget {
...
@@ -139,26 +139,27 @@ class BodyWidget extends StatelessWidget {
fontSize:
16
,
fontSize:
16
,
),
),
),
),
Container
(
GestureDetector
(
margin:
const
EdgeInsets
.
only
(
onTap:
()
{
top:
10
,
showModalBottomSheet
(
),
backgroundColor:
ColorManager
.
backgroundColor
,
width:
double
.
infinity
,
isScrollControlled:
true
,
decoration:
BoxDecoration
(
context:
context
,
border:
Border
.
all
(
width:
0.2
,
color:
Colors
.
grey
),
builder:
(
c
)
{
borderRadius:
BorderRadius
.
circular
(
5
),
return
const
WidgetSelectOutlet
();
color:
ColorManager
.
backgroundColor
,
});
),
},
child:
GestureDetector
(
child:
Container
(
onTap:
()
{
margin:
const
EdgeInsets
.
only
(
showModalBottomSheet
(
top:
10
,
backgroundColor:
ColorManager
.
backgroundColor
,
),
isScrollControlled:
true
,
width:
double
.
infinity
,
context:
context
,
decoration:
BoxDecoration
(
builder:
(
c
)
{
border:
return
const
WidgetSelectOutlet
();
Border
.
all
(
width:
0.2
,
color:
Colors
.
grey
),
});
borderRadius:
BorderRadius
.
circular
(
5
),
},
color:
ColorManager
.
backgroundColor
,
),
child:
Container
(
child:
Container
(
padding:
const
EdgeInsets
.
symmetric
(
padding:
const
EdgeInsets
.
symmetric
(
horizontal:
10
,
horizontal:
10
,
...
@@ -175,17 +176,17 @@ class BodyWidget extends StatelessWidget {
...
@@ -175,17 +176,17 @@ class BodyWidget extends StatelessWidget {
fontSize:
16
,
fontSize:
16
,
),
),
),
),
//
Icon(
Icon
(
//
Icons.arrow_drop_down,
Icons
.
arrow_drop_down
,
//
color: ColorManager.grey,
color:
ColorManager
.
grey
,
//
size: 30,
size:
30
,
//
),
),
Text
(
//
Text(
"Ubah"
,
//
"Ubah",
style:
getRegularStyle
(
//
style: getRegularStyle(
color:
ColorManager
.
link
,
//
color: ColorManager.link,
),
//
),
)
//
)
],
],
),
),
),
),
...
...
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