|
|
|
@ -12,6 +12,7 @@ class KnownUserLogin extends StatelessWidget {
|
|
|
|
return Column(
|
|
|
|
return Column(
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
|
children: <Widget>[
|
|
|
|
children: <Widget>[
|
|
|
|
|
|
|
|
Stack(children: [
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
border: Border.all(
|
|
|
|
border: Border.all(
|
|
|
|
@ -64,12 +65,25 @@ class KnownUserLogin extends StatelessWidget {
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
// Container(
|
|
|
|
|
|
|
|
// child: Image.asset(
|
|
|
|
|
|
|
|
// 'assets/images/verification_fingerprint_lg_icon.png',
|
|
|
|
|
|
|
|
// fit: BoxFit.cover,
|
|
|
|
|
|
|
|
// ),
|
|
|
|
|
|
|
|
// ),
|
|
|
|
|
|
|
|
Positioned(top: 7, right: 70, child:Image.asset(
|
|
|
|
|
|
|
|
'assets/images/close_icon.png',
|
|
|
|
|
|
|
|
fit: BoxFit.cover,
|
|
|
|
|
|
|
|
))
|
|
|
|
|
|
|
|
]),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
height: 200,
|
|
|
|
height: 200,
|
|
|
|
width: 200,
|
|
|
|
width: 200,
|
|
|
|
child: Center(
|
|
|
|
child: Center(
|
|
|
|
child: Image.asset(
|
|
|
|
child: Image.asset(
|
|
|
|
'assets/images/verification_fingerprint_lg_icon.png',fit: BoxFit.cover,),
|
|
|
|
'assets/images/verification_fingerprint_lg_icon.png',
|
|
|
|
|
|
|
|
fit: BoxFit.cover,
|
|
|
|
|
|
|
|
),
|
|
|
|
)),
|
|
|
|
)),
|
|
|
|
buildButtonsContainer(isSmallScreen, constraints, context)
|
|
|
|
buildButtonsContainer(isSmallScreen, constraints, context)
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|