DuckView constructor

DuckView(
  1. {Key? key}
)

Implementation

DuckView({super.key})
    : _views = <DuckNavigatorViewTrait>[
        const DuckToolsView(),
        const DuckCollectedDataView(),
      ];