|
|
|
|
@ -26,7 +26,7 @@ class LoginForm extends StatelessWidget {
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
prefixIcon: Image.asset('assets/images/user_id_icon.png'),
|
|
|
|
|
hintText: 'Enter ID',
|
|
|
|
|
hintStyle: TextStyle(fontSize:isSmallScreen?24:constraints.maxWidth*0.024) ,
|
|
|
|
|
hintStyle: TextStyle(fontSize:isSmallScreen?14:constraints.maxWidth*0.024) ,
|
|
|
|
|
enabledBorder: OutlineInputBorder(
|
|
|
|
|
borderRadius: BorderRadius.all(Radius.circular(20)),
|
|
|
|
|
borderSide: BorderSide(color: Hexcolor('#CCCCCC')),
|
|
|
|
|
@ -52,7 +52,7 @@ class LoginForm extends StatelessWidget {
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
prefixIcon: Image.asset('assets/images/password_icon.png'),
|
|
|
|
|
hintText: 'Enter Password',
|
|
|
|
|
hintStyle: TextStyle(fontSize:isSmallScreen?24:constraints.maxWidth*0.024) ,
|
|
|
|
|
hintStyle: TextStyle(fontSize:isSmallScreen?14:constraints.maxWidth*0.024) ,
|
|
|
|
|
enabledBorder: OutlineInputBorder(
|
|
|
|
|
borderRadius: BorderRadius.all(Radius.circular(20)),
|
|
|
|
|
borderSide: BorderSide(color: Hexcolor('#CCCCCC')),
|
|
|
|
|
@ -78,7 +78,7 @@ class LoginForm extends StatelessWidget {
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
prefixIcon: Image.asset('assets/images/hospital_icon.png'),
|
|
|
|
|
hintText: 'Select Project',
|
|
|
|
|
hintStyle: TextStyle(fontSize:isSmallScreen?24:constraints.maxWidth*0.024) ,
|
|
|
|
|
hintStyle: TextStyle(fontSize:isSmallScreen?14:constraints.maxWidth*0.024) ,
|
|
|
|
|
enabledBorder: OutlineInputBorder(
|
|
|
|
|
borderRadius: BorderRadius.all(Radius.circular(20)),
|
|
|
|
|
borderSide: BorderSide(color: Hexcolor('#CCCCCC')),
|
|
|
|
|
|