dialogActionIcons property

bool dialogActionIcons
final

If set to true, the dialog bottom action buttons will be prefixed with an icon.

The cancel buttons will get the closeIcon and the ok button will get prefixed with the okIcon.

Defaults to false.

Implementation

final bool dialogActionIcons;