setState static method

Sets the BuildContext

Implementation

static VibeWidgetState<VibeStatefulWidget> setState(
        Widget widget, VibeWidgetState state) =>
    _statelessState[widget] = state;