VSInterfaceData constructor
VSInterfaceData({
- required String type,
- Widget interfaceIconBuilder(
- BuildContext context,
- GlobalKey<
State< anchor,StatefulWidget> > - VSInterfaceData data
- String? title,
- String? toolTip,
Implementation
VSInterfaceData({
required this.type,
this.interfaceIconBuilder,
String? title,
this.toolTip,
}) : _title = title ?? "";