use adaptive icons in TitleBarWidget
This commit is contained in:
parent
6e97c4bac4
commit
fcee80f75f
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