updateRenderObject method
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
}