|
|
|
|
@ -135,7 +135,7 @@ class _ErSignInScreenState extends State<ErSignInScreen> {
|
|
|
|
|
builder: (ctx) => Center(
|
|
|
|
|
child: Container(
|
|
|
|
|
width: MediaQuery.of(context).size.width * 0.8,
|
|
|
|
|
height: 200,
|
|
|
|
|
height: 250,
|
|
|
|
|
child: AppScaffold(
|
|
|
|
|
isShowAppBar: false,
|
|
|
|
|
body: Container(
|
|
|
|
|
@ -153,7 +153,7 @@ class _ErSignInScreenState extends State<ErSignInScreen> {
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
children: [
|
|
|
|
|
AppText(
|
|
|
|
|
TranslationBase.of(context).noteConfirm,
|
|
|
|
|
"Select option",
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
color: Colors.black,
|
|
|
|
|
fontSize: 16,
|
|
|
|
|
|