doneButtonStyle property

DoneButtonStyle doneButtonStyle
getter/setter pair

The type of button used on the image picker to select images and close the image picker.

The default is DoneButtonStyle.outlinedButton.

The alternate style DoneButtonStyle.iconButton uses an IconButton that is typically used in AppBar actions.

Implementation

DoneButtonStyle doneButtonStyle = DoneButtonStyle.outlinedButton;