idle
This commit is contained in:
@@ -1603,6 +1603,20 @@ class _FileExplorerState extends State<FileExplorer>
|
|||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
IconButton(
|
IconButton(
|
||||||
|
style: ButtonStyle(
|
||||||
|
splashFactory: NoSplash.splashFactory,
|
||||||
|
overlayColor:
|
||||||
|
WidgetStateProperty.resolveWith<Color?>((
|
||||||
|
Set<WidgetState> states,
|
||||||
|
) {
|
||||||
|
if (states.contains(
|
||||||
|
WidgetState.pressed,
|
||||||
|
)) {
|
||||||
|
return Colors.transparent;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}),
|
||||||
|
),
|
||||||
icon: const Icon(
|
icon: const Icon(
|
||||||
Icons.arrow_back,
|
Icons.arrow_back,
|
||||||
color: AppTheme.primaryText,
|
color: AppTheme.primaryText,
|
||||||
|
|||||||
Reference in New Issue
Block a user