ImActionPanel constructor

const ImActionPanel({
  1. Key? key,
  2. required List actions,
  3. ValueChanged<int>? onTap,
})

Implementation

const ImActionPanel({super.key, required this.actions, this.onTap});