bottomWidget property

  1. @JsonKey(includeToJson: false)
Widget? bottomWidget
getter/setter pair

Something that should be shown below the finder view window

Implementation

@JsonKey(includeToJson: false)
Widget? bottomWidget;