updateRenderObject method

void updateRenderObject(
  1. BuildContext context,
  2. covariant RenderObject renderObject
)

Update the RenderObject with new configuration

Called when the widget is updated with new properties.

Implementation

void updateRenderObject(
  BuildContext context,
  covariant RenderObject renderObject,
) {
  // Default implementation does nothing
}