isPureRender

abstract fun isPureRender(): Boolean

Return

Boolean indicating whether the component implements a pure render function. If this is true and the Component didn't change during an update of the ComponentTree measurements and LayoutOutputs will be reused instead of being calculated again.