selectAllButton property

Widget? selectAllButton
final

The select all button widget. 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 onTapSelectAll callback.

Implementation

final Widget? selectAllButton;