showItemsButton property

Widget? showItemsButton
final

The toggle items button when itemsVisibility == ShowedItemsVisibility.toggle. Ontap logic is already defined and you can't override it with

a widget that has onTap, e.g TextButton. If you want to do something when you tap the button

you can use the onTapShowItems callback.

Implementation

final Widget? showItemsButton;