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