SliderItem constructor
const
SliderItem({})
subtitle
optional subtitle Widget, if set it override the
top-level subtitle widget
Implementation
const SliderItem({
this.title,
this.titleTextStyle,
this.titleTextAlign,
this.subtitle,
required this.widget,
});