doneButtonIcon property
IconData used by the done button when doneButtonStyle is DoneButtonStyle.iconButton.
Defaults to Icon.check.
Implementation
IconData doneButtonIcon = Icons.check;
IconData used by the done button when doneButtonStyle is DoneButtonStyle.iconButton.
Defaults to Icon.check.
IconData doneButtonIcon = Icons.check;