bottomWidget property

  1. @JsonKey(includeToJson: false)
Widget? bottomWidget
read / write

Something that should be shown between bottom of the finder and camera

Implementation

@JsonKey(includeToJson: false)
Widget? bottomWidget;