bottom property
PdfPageTemplateElement?
get
bottom
Gets a bottom page template.
Implementation
PdfPageTemplateElement? get bottom => _bottom;
set
bottom
(PdfPageTemplateElement? value)
Sets a bottom page template.
Implementation
set bottom(PdfPageTemplateElement? value) {
_bottom = _checkElement(value, TemplateType.bottom);
}