ImActionPanel constructor
const
ImActionPanel({
- Key? key,
- required List actions,
- ValueChanged<
int> ? onTap,
Implementation
const ImActionPanel({super.key, required this.actions, this.onTap});