EditableTableOperationCell constructor

const EditableTableOperationCell({
  1. Key? key,
  2. Widget? removeRowIcon,
  3. EdgeInsetsGeometry? removeRowIconPadding,
  4. Alignment? removeRowIconAlignment,
  5. Color? removeRowIconContainerBackgroundColor,
  6. VoidCallback? onRowRemoved,
})

Implementation

const EditableTableOperationCell({
  Key? key,
  this.removeRowIcon,
  this.removeRowIconPadding,
  this.removeRowIconAlignment,
  this.removeRowIconContainerBackgroundColor,
  this.onRowRemoved,
}) : super(key: key);