fix back icon
This commit is contained in:
parent
bb26ba3384
commit
37deaf67cc
@ -752,10 +752,13 @@ class _FileManagerPageState extends State<FileManagerPage>
|
|||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
right: 3,
|
right: 3,
|
||||||
),
|
),
|
||||||
|
child: RotatedBox(
|
||||||
|
quarterTurns: 2,
|
||||||
child: SvgPicture.asset(
|
child: SvgPicture.asset(
|
||||||
"assets/arrow.svg",
|
"assets/arrow.svg",
|
||||||
color: Theme.of(context).tabBarTheme.labelColor,
|
color: Theme.of(context).tabBarTheme.labelColor,
|
||||||
),
|
),
|
||||||
|
),
|
||||||
color: Theme.of(context).cardColor,
|
color: Theme.of(context).cardColor,
|
||||||
hoverColor: Theme.of(context).hoverColor,
|
hoverColor: Theme.of(context).hoverColor,
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user