ScopedWidgetBase constructor

const ScopedWidgetBase({
  1. Key? key,
})

Base class from which widgets can be retrieved with ScopedWidgetScope.of.

PageScopedWidget and ScopedWidget.

ScopedWidgetScope.ofでウィジェットを取り出し可能なベースクラス。

PageScopedWidgetScopedWidgetがあります。

Implementation

const ScopedWidgetBase({super.key});