TwoColumnSlide constructor
TwoColumnSlide({
- String? title,
- String? background,
- required ContentOptions? contentOptions,
- String? style,
- TransitionOptions? transition,
- required String data,
- Map<
String, ContentOptions?> sections = const {}, - String? raw,
Implementation
TwoColumnSlide({
super.title,
super.background,
required super.contentOptions,
super.style,
super.transition,
required super.data,
super.sections,
super.raw,
}) : super(layout: LayoutType.twoColumn);