update fcs-shipmentinfo,cartoninfo and pinlogin
This commit is contained in:
@@ -44,10 +44,11 @@ class _PinLoginPageState extends State<PinLoginPage> {
|
||||
cursorColor: primaryColor,
|
||||
keyboardType: TextInputType.text,
|
||||
decoration: new InputDecoration(
|
||||
prefix: Text(
|
||||
prefixIcon: Text(
|
||||
prefixText,
|
||||
style: TextStyle(color: Colors.black),
|
||||
),
|
||||
prefixIconConstraints: BoxConstraints(minWidth: 0, minHeight: 0),
|
||||
contentPadding: EdgeInsets.all(0),
|
||||
labelStyle: newLabelStyle(color: Colors.black54, fontSize: 17),
|
||||
enabledBorder: UnderlineInputBorder(
|
||||
|
||||
Reference in New Issue
Block a user