TableBlockComponentWidget constructor

const TableBlockComponentWidget({
  1. Key? key,
  2. required TableNode tableNode,
  3. required Node node,
  4. TableStyle tableStyle = const TableStyle(),
  5. TableBlockComponentMenuBuilder? menuBuilder,
  6. bool showActions = false,
  7. BlockComponentActionBuilder? actionBuilder,
  8. BlockComponentConfiguration configuration = const BlockComponentConfiguration(),
})

Implementation

const TableBlockComponentWidget({
  super.key,
  required this.tableNode,
  required super.node,
  this.tableStyle = const TableStyle(),
  this.menuBuilder,
  super.showActions,
  super.actionBuilder,
  super.configuration = const BlockComponentConfiguration(),
});