|
|
|
@ -44,7 +44,8 @@ class _ProfileScreenState extends State<ProfileScreen> {
|
|
|
|
backgroundColor: const Color(0xffefefef),
|
|
|
|
backgroundColor: const Color(0xffefefef),
|
|
|
|
body: Stack(
|
|
|
|
body: Stack(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Container(
|
|
|
|
memberInformationList!.eMPLOYEEIMAGE != null
|
|
|
|
|
|
|
|
? Container(
|
|
|
|
height: 300,
|
|
|
|
height: 300,
|
|
|
|
margin: const EdgeInsets.only(top: 50),
|
|
|
|
margin: const EdgeInsets.only(top: 50),
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
@ -60,6 +61,8 @@ class _ProfileScreenState extends State<ProfileScreen> {
|
|
|
|
color: Colors.white.withOpacity(0.0),
|
|
|
|
color: Colors.white.withOpacity(0.0),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
): Container(
|
|
|
|
|
|
|
|
decoration: new BoxDecoration(color: Colors.white.withOpacity(0.0)),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SingleChildScrollView(
|
|
|
|
SingleChildScrollView(
|
|
|
|
scrollDirection: Axis.vertical,
|
|
|
|
scrollDirection: Axis.vertical,
|
|
|
|
|