getContext method

BuildContext? getContext(
  1. String id
)

Retorna el BuildContext del widget si está montado.

Implementation

BuildContext? getContext(String id) => _registry.getContext(id);