UEpubBlock constructor
const
UEpubBlock({
- required UEpubBlockKind kind,
- List<
UEpubSpan> spans = const <UEpubSpan>[], - String? imageHref,
- int level = 0,
- TextAlign? align,
- double indent = 0,
- double marginTop = 0,
- double marginBottom = 0,
- String listMarker = "",
- String? anchorId,
- bool rtl = false,
- List<
List< cells = const <List<UEpubSpan>>[],UEpubSpan> >
Implementation
const UEpubBlock({
required this.kind,
this.spans = const <UEpubSpan>[],
this.imageHref,
this.level = 0,
this.align,
this.indent = 0,
this.marginTop = 0,
this.marginBottom = 0,
this.listMarker = "",
this.anchorId,
this.rtl = false,
this.cells = const <List<UEpubSpan>>[],
});