showTrashCan property

ValueNotifier<bool> showTrashCan
getter/setter pair

Implementation

ValueNotifier<bool> showTrashCan = ValueNotifier(false);