idle
This commit is contained in:
@@ -1603,6 +1603,20 @@ class _FileExplorerState extends State<FileExplorer>
|
||||
Row(
|
||||
children: [
|
||||
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(
|
||||
Icons.arrow_back,
|
||||
color: AppTheme.primaryText,
|
||||
|
||||
Reference in New Issue
Block a user