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