SplitViewSideBarRight constructor
const
SplitViewSideBarRight({})
Creates a split view layout with a sidebar on the right.
Implementation
const SplitViewSideBarRight({
required this.leftView,
required this.rightView,
required this.sideBarIndex,
required this.onSideBarTap,
required this.tabBuilder,
required this.items,
});