TrackerField constructor
Implementation
const TrackerField(
this.title, {
this.columnWidth = 3,
this.emptyFill = '',
this.justify = Justify.right,
this.mapOnly = false,
}) : assert(columnWidth > 0, '`columnWidth` must be greater than 0.');