controlButtons property

List<ControlButtonType> controlButtons
final

control buttons to show on bottom of dialog along with 'Apply' button.

If ControlButtonType.All is passed then it will show 'All' and 'Apply' button.

If ControlButtonType.Reset is passed then it will show 'Reset' and 'Apply' button.

Default value is [ControlButton.All, ControlButton.Reset]

If enableOnlySingleSelection is true then it will hide 'All' button.

Implementation

final List<ControlButtonType> controlButtons;