Layout constructor

Layout(
  1. dynamic font,
  2. dynamic tableName
)

Implementation

Layout(font, tableName) {
  this.font = font;
  this.tableName = tableName;
}