|
|
|
|
@ -70,6 +70,7 @@ class _EmployeeDetailsState extends State<EmployeeDetails> {
|
|
|
|
|
extendBody: true,
|
|
|
|
|
backgroundColor: MyColors.lightGreyEFColor,
|
|
|
|
|
body: Stack(children: [
|
|
|
|
|
getEmployeeSubordinates!.eMPLOYEEIMAGE != null ?
|
|
|
|
|
Container(
|
|
|
|
|
height: 200,
|
|
|
|
|
margin: EdgeInsets.only(top: 30),
|
|
|
|
|
@ -80,6 +81,8 @@ class _EmployeeDetailsState extends State<EmployeeDetails> {
|
|
|
|
|
decoration: new BoxDecoration(color: Colors.white.withOpacity(0.0)),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
) : Container(
|
|
|
|
|
decoration: new BoxDecoration(color: Colors.white.withOpacity(0.0)),
|
|
|
|
|
),
|
|
|
|
|
SingleChildScrollView(
|
|
|
|
|
scrollDirection: Axis.vertical,
|
|
|
|
|
|