DraftModeUIPageNavigationItemScope constructor
const
DraftModeUIPageNavigationItemScope({
- Key? key,
- required DraftModeUIPageNavigationItemPlacement placement,
- required Widget child,
Implementation
const DraftModeUIPageNavigationItemScope({
super.key,
required this.placement,
required super.child,
});