ScrollRailLayoutProps constructor
const
ScrollRailLayoutProps({
- required Widget rail,
- required Widget child,
- ScrollRailPosition railPosition = ScrollRailPosition.left,
- ScrollRailSize railSize = ScrollRailSize.md,
- String? railWidth,
- String headerHeight = '0px',
- bool showBorder = true,
- String? railBackground,
- String? contentBackground,
Implementation
const ScrollRailLayoutProps({
required this.rail,
required this.child,
this.railPosition = ScrollRailPosition.left,
this.railSize = ScrollRailSize.md,
this.railWidth,
this.headerHeight = '0px',
this.showBorder = true,
this.railBackground,
this.contentBackground,
});