selectionAreaBuilder property
Can be used to take control over the building of the selection area
See VSSelectionArea for reference
Implementation
final Widget Function(
BuildContext context,
Widget view,
)? selectionAreaBuilder;
Can be used to take control over the building of the selection area
See VSSelectionArea for reference
final Widget Function(
BuildContext context,
Widget view,
)? selectionAreaBuilder;