PinAttachmentOptions constructor

const PinAttachmentOptions({
  1. dynamic key,
  2. bool isBottomSheetOpen = false,
})

Implementation

const PinAttachmentOptions({super.key, this.isBottomSheetOpen = false});