fabWidget property

Widget? fabWidget
final

An optional custom widget to display as the floating action button.

If provided, this widget will be used instead of the default circular FloatingActionButton.

Implementation

final Widget? fabWidget;