SimpleSlide constructor
SimpleSlide({
- String? title,
- String? background,
- required ContentOptions? contentOptions,
- String? style,
- TransitionOptions? transition,
- String? raw,
- required String data,
Implementation
SimpleSlide({
super.title,
super.background,
required super.contentOptions,
super.style,
super.transition,
super.raw,
required super.data,
}) : super(layout: LayoutType.simple);