desktop file transfer BreadCrumb divider style, same with mobile
This commit is contained in:
parent
5cb195920c
commit
b8f73f7f00
@ -805,9 +805,7 @@ class _FileManagerPageState extends State<FileManagerPage>
|
|||||||
},
|
},
|
||||||
child: BreadCrumb(
|
child: BreadCrumb(
|
||||||
items: items,
|
items: items,
|
||||||
divider: Text("/",
|
divider: Icon(Icons.chevron_right),
|
||||||
style: TextStyle(
|
|
||||||
color: Theme.of(context).hintColor)),
|
|
||||||
overflow: ScrollableOverflow(
|
overflow: ScrollableOverflow(
|
||||||
controller:
|
controller:
|
||||||
getBreadCrumbScrollController(isLocal)),
|
getBreadCrumbScrollController(isLocal)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user