updateState abstract method

void updateState(
  1. Map<String, dynamic> newState
)

Update the state.

This method is called to update the state of the UI element associated with the controller. It takes a newState parameter of type ViewAttributeWrapper<T> that represents the new state.

Implementation

void updateState(Map<String, dynamic> newState);