enabled property

bool? enabled
final

Whether this custom widget participates in A2UI emit.

null keeps the default enabled behavior. This key is valid only on an @RestageWidget class.

Implementation

final bool? enabled;