This commit is contained in:
Anthony 2020-03-03 22:38:15 +00:00
parent fd2065b9a6
commit 056d44b326

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,