ArcaneSwitcher.horizontal constructor
const
ArcaneSwitcher.horizontal({})
Implementation
const ArcaneSwitcher.horizontal({
required this.index,
required this.children,
this.duration = 300,
this.onIndexChanged,
super.key,
}) : direction = SwitcherDirection.left;