blockSelectionMargin abstract method

EdgeInsets? blockSelectionMargin(
  1. Node node
)

Margin to apply around block selection highlights, resolved from the block component builder configuration.

Implementation

EdgeInsets? blockSelectionMargin(Node node);