This commit is contained in:
parent
c3dca76690
commit
bbd4cc0eed
@ -70,7 +70,7 @@ class _MountWidgetState extends State<MountWidget> {
|
|||||||
mount.mounted != null &&
|
mount.mounted != null &&
|
||||||
!mount.mounted!)
|
!mount.mounted!)
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: Icon(Icons.clear),
|
icon: const Icon(Icons.backspace),
|
||||||
color: subTextColor,
|
color: subTextColor,
|
||||||
onPressed: () => mount.clearMountLocation(),
|
onPressed: () => mount.clearMountLocation(),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user