Commit c9eb1e54 authored by Budi Prasetyo's avatar Budi Prasetyo

duar

parent 5113494b
......@@ -16,11 +16,11 @@ class _OurSolution2State extends State<OurSolution2> {
var screenSize = MediaQuery.of(context).size;
return Container(
width: screenSize.width,
height: screenSize.height*0.75,
height: screenSize.height*0.95,
padding: EdgeInsets.symmetric(horizontal: screenSize.width*0.1, vertical: screenSize.height*0.1),
child: Container(
width: screenSize.width*0.75,
height: screenSize.height*0.65,
height: screenSize.height*0.9,
child: VerticalSlider(),
),
......
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