topWidget property

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

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

Implementation

@JsonKey(includeToJson: false)
Widget? topWidget;