Skip to content

Commit 39d72dc

Browse files
committed
Fit problem
1 parent ad6be32 commit 39d72dc

File tree

1 file changed

+51
-45
lines changed

1 file changed

+51
-45
lines changed

lib/page/signup/SignPageThree.dart

Lines changed: 51 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -99,60 +99,66 @@ class _SignPageThreeState extends State<SignPageThree> {
9999
),
100100

101101
),
102-
Opacity(
103-
opacity: 0.6,
104-
child: new Container(
105-
height: _media.height/1.7-20,
106-
width: 25,
107-
decoration: BoxDecoration(
108-
color: Colors.white,
109-
borderRadius: BorderRadius.only(topRight: Radius.circular(15),bottomRight: Radius.circular(15)),
110-
boxShadow: [
111-
BoxShadow(
112-
color: Colors.black12,
113-
blurRadius: 15,
114-
spreadRadius: 8,
115-
),
116-
],
102+
Flexible(
103+
child: Opacity(
104+
opacity: 0.6,
105+
child: new Container(
106+
height: _media.height/1.7-20,
107+
width: 25,
108+
decoration: BoxDecoration(
109+
color: Colors.white,
110+
borderRadius: BorderRadius.only(topRight: Radius.circular(15),bottomRight: Radius.circular(15)),
111+
boxShadow: [
112+
BoxShadow(
113+
color: Colors.black12,
114+
blurRadius: 15,
115+
spreadRadius: 8,
116+
),
117+
],
117118

119+
),
118120
),
119121
),
120122
),
121-
Opacity(
122-
opacity: 0.4,
123-
child: new Container(
124-
height: _media.height/1.7-40,
125-
width: 25,
126-
decoration: BoxDecoration(
127-
color: Colors.white,
128-
borderRadius: BorderRadius.only(topRight: Radius.circular(15),bottomRight: Radius.circular(15)),
129-
boxShadow: [
130-
BoxShadow(
131-
color: Colors.black12,
132-
blurRadius: 15,
133-
spreadRadius: 8,
134-
),
135-
],
123+
Flexible(
124+
child: Opacity(
125+
opacity: 0.4,
126+
child: new Container(
127+
height: _media.height/1.7-40,
128+
width: 25,
129+
decoration: BoxDecoration(
130+
color: Colors.white,
131+
borderRadius: BorderRadius.only(topRight: Radius.circular(15),bottomRight: Radius.circular(15)),
132+
boxShadow: [
133+
BoxShadow(
134+
color: Colors.black12,
135+
blurRadius: 15,
136+
spreadRadius: 8,
137+
),
138+
],
136139

140+
),
137141
),
138142
),
139143
),
140-
Opacity(
141-
opacity: 0.2,
142-
child: new Container(
143-
height: _media.height/1.7-60,
144-
width: 25,
145-
decoration: BoxDecoration(
146-
color: Colors.white,
147-
borderRadius: BorderRadius.only(topRight: Radius.circular(15),bottomRight: Radius.circular(15)),
148-
boxShadow: [
149-
BoxShadow(
150-
color: Colors.black12,
151-
blurRadius: 15,
152-
spreadRadius: 8,
153-
),
154-
],
144+
Flexible(
145+
child: Opacity(
146+
opacity: 0.2,
147+
child: new Container(
148+
height: _media.height/1.7-60,
149+
width: 25,
150+
decoration: BoxDecoration(
151+
color: Colors.white,
152+
borderRadius: BorderRadius.only(topRight: Radius.circular(15),bottomRight: Radius.circular(15)),
153+
boxShadow: [
154+
BoxShadow(
155+
color: Colors.black12,
156+
blurRadius: 15,
157+
spreadRadius: 8,
158+
),
159+
],
155160

161+
),
156162
),
157163
),
158164
)

0 commit comments

Comments
 (0)