selectionAreaBuilder property

Widget Function(BuildContext context, Widget view)? selectionAreaBuilder
final

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;