MorePanel constructor
const
MorePanel({
- Key? key,
- List<
ActionItem> ? moreActions, - bool keepDefault = true,
Implementation
const MorePanel({Key? key, this.moreActions, this.keepDefault = true})
: super(key: key);