getContainer static method

VibeContainer? getContainer(
  1. Widget widget
)

Gets the inherited VibeContainer

Implementation

static VibeContainer? getContainer(Widget widget) => _container[widget];