use adaptive icons in TitleBarWidget (#1616)
use adaptive icons in TitleBarWidget
This commit is contained in:
commit
cc7d98efc3
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ class TitleBarWidget extends StatelessWidget {
|
|||
? null
|
||||
: leading ??
|
||||
IconButtonWidget(
|
||||
icon: Icons.arrow_back_outlined,
|
||||
icon: Icons.adaptive.arrow_back_outlined,
|
||||
iconButtonType: IconButtonType.primary,
|
||||
onTap: () {
|
||||
Navigator.pop(context);
|
||||
|
@ -100,7 +100,7 @@ class TitleBarWidget extends StatelessWidget {
|
|||
? null
|
||||
: leading ??
|
||||
IconButtonWidget(
|
||||
icon: Icons.arrow_back_outlined,
|
||||
icon: Icons.adaptive.arrow_back_outlined,
|
||||
iconButtonType: IconButtonType.primary,
|
||||
onTap: () {
|
||||
Navigator.pop(context);
|
||||
|
|
Loading…
Add table
Reference in a new issue