CustomTableActionButton<T> constructor
const
CustomTableActionButton<T> ({
- Key? key,
- required MyTableAction<
T> action, - required T data,
Implementation
const CustomTableActionButton({super.key, required this.action, required this.data});