doneButtonBuilder property

Widget Function(StoryMakerTheme theme, AsyncCallback onDone, bool isLoading)? doneButtonBuilder
final

Custom widget builder for the done button. If provided, this will be used instead of the default button.

Implementation

final Widget Function(
  StoryMakerTheme theme,
  AsyncCallback onDone,
  bool isLoading,
)? doneButtonBuilder;