CustomTableActionButton<T> constructor

const CustomTableActionButton<T>({
  1. Key? key,
  2. required MyTableAction<T> action,
  3. required T data,
})

Implementation

const CustomTableActionButton({super.key, required this.action, required this.data});