isWidget property

  1. @override
  2. @nonVirtual
bool isWidget
override

Whether this Rebuildable is an ElementRebuildable. This is a workaround for the fact that ElementRebuildable is in refena_flutter so we cannot refer it from here.

Implementation

@override
@nonVirtual
bool get isWidget => false;