Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
medapp_eksad
Project
Project
Details
Activity
Releases
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
qorri_di
medapp_eksad
Commits
58b0b867
Commit
58b0b867
authored
Sep 02, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard
parent
d16e50a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
16 deletions
+7
-16
admin_contact.dart
lib/dashboard/admin/admin_contact.dart
+7
-16
No files found.
lib/dashboard/admin/admin_contact.dart
View file @
58b0b867
...
...
@@ -55,34 +55,25 @@ class _Dashboard4State extends State<Dashboard4> {
return
Padding
(
padding:
const
EdgeInsets
.
all
(
30.0
),
child:
Container
(
padding:
EdgeInsets
.
all
(
10
),
height:
screenSize
.
height
*
0.91
,
width:
screenSize
.
width
*
0.9
,
decoration:
BoxDecoration
(
color:
Colors
.
white60
,
borderRadius:
BorderRadius
.
circular
(
20
),
border:
Border
.
all
(
width:
5
,
color:
Colors
.
blueAccent
),
),
padding:
const
EdgeInsets
.
symmetric
(
horizontal:
10
),
decoration:
,
child:
Column
(
children:
[
Container
(
height:
screenSize
.
height
*
0.1
1
,
color:
Colors
.
white60
,
height:
screenSize
.
height
*
0.1
5
,
child:
Center
(
child:
Text
(
'Data Messages from User'
,
style:
GoogleFonts
.
poppins
(
fontSize:
30
,
fontWeight:
FontWeight
.
w500
),),
),
),
Container
(
height:
screenSize
.
height
*
0.63
,
// height: screenSize.height*0.63,
width:
screenSize
.
width
*
0.95
,
color:
Colors
.
white
,
child:
PaginatedDataTable
(
rowsPerPage:
5
,
// header :Text("Data Message User"),
columnSpacing:
1
7
0
,
columnSpacing:
1
5
0
,
columns:
[
DataColumn
(
label:
Text
(
"ID"
),),
DataColumn
(
label:
Text
(
"Name"
),),
...
...
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