willAttachRenderer abstract method

  1. @protected
void willAttachRenderer()

The renderObject will be / has been insert into parent. You can apply properties to renderObject.

This method should not do anything to update the children of the render object.

Implementation

@protected
void willAttachRenderer();