EditableTableOperationCell constructor
const
EditableTableOperationCell({
- Key? key,
- Widget? removeRowIcon,
- EdgeInsetsGeometry? removeRowIconPadding,
- Alignment? removeRowIconAlignment,
- Color? removeRowIconContainerBackgroundColor,
- VoidCallback? onRowRemoved,
Implementation
const EditableTableOperationCell({
Key? key,
this.removeRowIcon,
this.removeRowIconPadding,
this.removeRowIconAlignment,
this.removeRowIconContainerBackgroundColor,
this.onRowRemoved,
}) : super(key: key);