SBase constructor
const
SBase({})
Implementation
const SBase({
super.key,
required this.items,
this.duration = const Duration(milliseconds: 250),
this.curve = Curves.easeInOutCirc,
this.performanceMode = false,
this.header,
this.footer,
this.controller,
this.builder,
});