onUpdateController abstract method

void onUpdateController(
  1. C controller
)

Called when the widget updates. Use this to update options on the existing controller.

Implementation

void onUpdateController(C controller);