Commit 58b0b867 authored by Budi Prasetyo's avatar Budi Prasetyo

dashboard

parent d16e50a1
......@@ -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.11,
color: Colors.white60,
height: screenSize.height * 0.15,
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: 170,
columnSpacing: 150,
columns: [
DataColumn(label: Text("ID"),),
DataColumn(label: Text("Name"),),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment