|
@@ -24,6 +24,7 @@ class GridRowActionSheet extends StatelessWidget {
|
|
child: BlocBuilder<RowActionSheetBloc, RowActionSheetState>(
|
|
child: BlocBuilder<RowActionSheetBloc, RowActionSheetState>(
|
|
builder: (context, state) {
|
|
builder: (context, state) {
|
|
final cells = _RowAction.values
|
|
final cells = _RowAction.values
|
|
|
|
+ .where((value) => value.enable())
|
|
.map(
|
|
.map(
|
|
(action) => _RowActionCell(
|
|
(action) => _RowActionCell(
|
|
action: action,
|
|
action: action,
|