CaptionMenu constructor

const CaptionMenu({
  1. Key? key,
})

Implementation

const CaptionMenu({Key? key}) : super(key: key);