AdaptiveLayout constructor
const
AdaptiveLayout({
- Key? key,
- SlotLayout? body,
- SlotLayout? secondaryBody,
- double? bodyRatio,
- Duration transitionDuration = const Duration(seconds: 1),
- bool internalAnimations = true,
- Axis bodyOrientation = Axis.horizontal,
Creates a const AdaptiveLayout widget.
Implementation
const AdaptiveLayout({
super.key,
this.topNavigation,
this.primaryNavigation,
this.secondaryNavigation,
this.bottomNavigation,
this.body,
this.secondaryBody,
this.bodyRatio,
this.transitionDuration = const Duration(seconds: 1),
this.internalAnimations = true,
this.bodyOrientation = Axis.horizontal,
});