footnote property

String footnote

Optional footnote to appear on the bottom of the screen

Implementation

String get footnote => this._footnote;
void footnote= (String footnote)

Implementation

set footnote(String footnote) {
  this._footnote = footnote;
}