|
|
|
|
@ -20,7 +20,7 @@ class StepsWidget extends StatelessWidget {
|
|
|
|
|
? Stack(
|
|
|
|
|
children: [
|
|
|
|
|
Container(
|
|
|
|
|
height: height == 0 ? 150 : height,
|
|
|
|
|
height: height == 0 ? 100 : height,
|
|
|
|
|
width: MediaQuery.of(context).size.width * 0.9,
|
|
|
|
|
color: Colors.transparent,
|
|
|
|
|
),
|
|
|
|
|
@ -29,14 +29,17 @@ class StepsWidget extends StatelessWidget {
|
|
|
|
|
,
|
|
|
|
|
child: Center(
|
|
|
|
|
child: Container(
|
|
|
|
|
width: MediaQuery.of(context).size.width * 0.9,
|
|
|
|
|
width: MediaQuery
|
|
|
|
|
.of(context)
|
|
|
|
|
.size
|
|
|
|
|
.width * 0.9,
|
|
|
|
|
child: Divider(
|
|
|
|
|
color: Colors.grey,
|
|
|
|
|
height: 0.75,
|
|
|
|
|
thickness: 0.75,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
)),
|
|
|
|
|
),),
|
|
|
|
|
Positioned(
|
|
|
|
|
top: 10,
|
|
|
|
|
left: 0,
|
|
|
|
|
@ -260,17 +263,26 @@ class StepsWidget extends StatelessWidget {
|
|
|
|
|
: Stack(
|
|
|
|
|
children: [
|
|
|
|
|
Container(
|
|
|
|
|
height: height == 0 ? 150 : height,
|
|
|
|
|
width: MediaQuery.of(context).size.width,
|
|
|
|
|
height: height == 0 ? 100 : height,
|
|
|
|
|
width: MediaQuery.of(context).size.width * 0.9,
|
|
|
|
|
color: Colors.transparent,
|
|
|
|
|
),
|
|
|
|
|
Positioned(
|
|
|
|
|
top: 30
|
|
|
|
|
,
|
|
|
|
|
child: Center(
|
|
|
|
|
child: Container(
|
|
|
|
|
width: MediaQuery
|
|
|
|
|
.of(context)
|
|
|
|
|
.size
|
|
|
|
|
.width * 0.9,
|
|
|
|
|
child: Divider(
|
|
|
|
|
color: Colors.grey,
|
|
|
|
|
height: 0.75,
|
|
|
|
|
thickness: 0.75,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),),
|
|
|
|
|
Positioned(
|
|
|
|
|
top: 10,
|
|
|
|
|
right: 0,
|
|
|
|
|
@ -303,7 +315,7 @@ class StepsWidget extends StatelessWidget {
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
)),
|
|
|
|
|
),
|
|
|
|
|
SizedBox(height: 5),
|
|
|
|
|
SizedBox(height: 3),
|
|
|
|
|
Column(
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
|