isWidgetClass property

bool get isWidgetClass

Whether this node is a widget class (page or component).

Implementation

bool get isWidgetClass => type.isWidgetClass;