MorePanel constructor

const MorePanel({
  1. Key? key,
  2. List<ActionItem>? moreActions,
  3. bool keepDefault = true,
})

Implementation

const MorePanel({Key? key, this.moreActions, this.keepDefault = true})
    : super(key: key);