BZCell<T> constructor
const
BZCell<T> ({
- Key? key,
- required T row,
- bool tapEnable = false,
- BZValueCallback<
T> ? onCellRemove,
Implementation
const BZCell({
super.key,
required this.row,
this.tapEnable = false,
this.onCellRemove,
});