footerText property

String footerText
latefinal

Returns the joined contents of any 'footer-text' files specified in options.

Implementation

late final String footerText =
    _joinCustomTextFiles(optionSet['footerText'].valueAt(context));