TwoColumnHeaderSlide constructor

TwoColumnHeaderSlide({
  1. String? title,
  2. String? background,
  3. required ContentOptions? contentOptions,
  4. String? style,
  5. TransitionOptions? transition,
  6. required String data,
  7. Map<String, ContentOptions?> sections = const {},
  8. 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);