panelId property

  1. @HostBinding('attr.id')
String get panelId

HTML ID for the panel.

Implementation

@HostBinding('attr.id')
String get panelId => 'panel-$_uuid';