|
|
|
@ -292,7 +292,9 @@ class MobileNumberTextFiled extends StatelessWidget {
|
|
|
|
padding: EdgeInsets.all(5),
|
|
|
|
padding: EdgeInsets.all(5),
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
borderRadius: BorderRadius.circular(15), color: Colors.white),
|
|
|
|
borderRadius: BorderRadius.circular(15), color: Colors.white),
|
|
|
|
child: Row(children: <Widget>[
|
|
|
|
child: Row(
|
|
|
|
|
|
|
|
textDirection: TextDirection.ltr,
|
|
|
|
|
|
|
|
children: <Widget>[
|
|
|
|
Expanded(
|
|
|
|
Expanded(
|
|
|
|
flex: 1,
|
|
|
|
flex: 1,
|
|
|
|
child: Icon(
|
|
|
|
child: Icon(
|
|
|
|
|