TodoListBlockComponentWidget constructor

const TodoListBlockComponentWidget({
  1. Key? key,
  2. required Node node,
  3. bool showActions = false,
  4. BlockComponentActionBuilder? actionBuilder,
  5. BlockComponentConfiguration configuration = const BlockComponentConfiguration(),
  6. TextStyle textStyleBuilder(
    1. bool checked
    )?,
  7. TodoListIconBuilder? iconBuilder,
  8. List<LogicalKeyboardKey>? toggleChildrenTriggers,
})

Implementation

const TodoListBlockComponentWidget({
  super.key,
  required super.node,
  super.showActions,
  super.actionBuilder,
  super.configuration = const BlockComponentConfiguration(),
  this.textStyleBuilder,
  this.iconBuilder,
  this.toggleChildrenTriggers,
});