NavigationBodyStyle constructor
const
NavigationBodyStyle({
- Color? background,
- BorderRadius borderRadius = BorderRadius.zero,
- ScrollPhysics? physics,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- Axis scrollDirection = Axis.horizontal,
Implementation
const NavigationBodyStyle({
this.background,
this.borderRadius = BorderRadius.zero,
this.physics,
this.dragStartBehavior = DragStartBehavior.start,
this.scrollDirection = Axis.horizontal,
});