Compare commits

...

1 Commits
6.x ... b578ac6

Author SHA1 Message Date
Anthony
056d44b326 tweaks 2020-03-28 05:08:00 +00:00

View File

@ -146,6 +146,7 @@ class _CartPageState extends State<CartPage> {
title: Text(trans(context, "Shopping Cart"),
style: Theme.of(context).appBarTheme.textTheme.title),
textTheme: Theme.of(context).textTheme,
elevation: 1,
actions: <Widget>[
InkWell(
highlightColor: Colors.transparent,