groupId property

  1. @override
String groupId
override

The Hypi editor's "Add Component" area has groups. This ID identifies the group in which this widget is placed.

Implementation

@override
String get groupId => delegate.groupId;