componentInternals property

UIComponentInternals componentInternals
inherited

Implementation

UIComponentInternals get componentInternals => UIComponentInternals(
      this,
      _getContent,
      _setContent,
      _construct,
      _parseAttributes,
      _ensureAllRendered,
      _refreshInternal,
    );