merge
This commit is contained in:
@@ -188,15 +188,23 @@ class _ProfileState extends State<Profile> {
|
||||
}
|
||||
|
||||
Widget getShippingAddressList(BuildContext context) {
|
||||
var languageModel = Provider.of<LanguageModel>(context);
|
||||
return ListTileTheme(
|
||||
contentPadding: EdgeInsets.all(10),
|
||||
child: ExpansionTile(
|
||||
title: Text(
|
||||
getLocalString(context, 'delivery_addresses'),
|
||||
style: TextStyle(
|
||||
style: languageModel.isEng
|
||||
? TextStyle(
|
||||
fontSize: 16.0,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontStyle: FontStyle.normal,
|
||||
fontSize: 14),
|
||||
)
|
||||
: TextStyle(
|
||||
fontSize: 15.0,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontStyle: FontStyle.normal,
|
||||
fontFamily: "Myanmar3"),
|
||||
),
|
||||
children: <Widget>[
|
||||
showDeliveryAddress(_deliveryAddress),
|
||||
|
||||
Reference in New Issue
Block a user