usesCustomWidgets property
bool
get
usesCustomWidgets
Whether this widget class uses any custom widgets.
Implementation
bool get usesCustomWidgets => customWidgetKeys.isNotEmpty;
Whether this widget class uses any custom widgets.
bool get usesCustomWidgets => customWidgetKeys.isNotEmpty;