EditableTableOperationRow constructor
const
EditableTableOperationRow({
- Key? key,
- required double rowWidth,
- Border? rowBorder,
- Widget? addRowIcon,
- EdgeInsetsGeometry? addRowIconPadding,
- Alignment? addRowIconAlignment,
- Color? addRowIconContainerBackgroundColor,
- VoidCallback? onRowAdded,
Implementation
const EditableTableOperationRow({
Key? key,
required this.rowWidth,
this.rowBorder,
this.addRowIcon,
this.addRowIconPadding,
this.addRowIconAlignment,
this.addRowIconContainerBackgroundColor,
this.onRowAdded,
}) : super(key: key);