interfaceIconBuilder property

Widget Function(BuildContext context, GlobalKey<State<StatefulWidget>> anchor, VSInterfaceData data)? interfaceIconBuilder
getter/setter pair

Can be used to insert you own interfaceIcon widget

You need to pass anchor as the widget key for the lines to work correctly

Implementation

Widget Function(
  BuildContext context,
  GlobalKey anchor,
  VSInterfaceData data,
)? interfaceIconBuilder;