Elevation added to cart screen appbar
This commit is contained in:
parent
fd2065b9a6
commit
b578ac63d4
@ -146,6 +146,7 @@ class _CartPageState extends State<CartPage> {
|
|||||||
title: Text(trans(context, "Shopping Cart"),
|
title: Text(trans(context, "Shopping Cart"),
|
||||||
style: Theme.of(context).appBarTheme.textTheme.title),
|
style: Theme.of(context).appBarTheme.textTheme.title),
|
||||||
textTheme: Theme.of(context).textTheme,
|
textTheme: Theme.of(context).textTheme,
|
||||||
|
elevation: 1,
|
||||||
actions: <Widget>[
|
actions: <Widget>[
|
||||||
InkWell(
|
InkWell(
|
||||||
highlightColor: Colors.transparent,
|
highlightColor: Colors.transparent,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user