WuiActionSheet constructor

const WuiActionSheet({
  1. Key? key,
  2. Widget? title,
  3. List<Widget>? actions,
})

Implementation

const WuiActionSheet({ Key? key, this.title, this.actions }) : super(key: key);