shouldShowFinishButton property
bool
get
shouldShowFinishButton
Implementation
bool get shouldShowFinishButton => _shouldShowFinishButton;
set
shouldShowFinishButton
(bool newValue)
Implementation
set shouldShowFinishButton(bool newValue) {
_shouldShowFinishButton = newValue;
_updateNative();
}