dialogActionOrder property

ColorPickerActionButtonOrder dialogActionOrder
final

Defines the order of the OK and Cancel actions buttons at the bottom of the dialog.

Options are:

  • okIsRight: OK is the right button.
  • okIsLeft: OK is the left button.
  • adaptive: OK is on the place where it belongs on used platform Right: Cancel - OK : macOS, iOS, Android, Linux, Fuchsia Left : OK - Cancel : Windows

Defaults to "okIsRight". Prefer using "adaptive", but defaults to "okIsRight" in order to not break past behavior.

Implementation

final ColorPickerActionButtonOrder dialogActionOrder;