TextView constructor
TextView({})
Implementation
TextView({
this.width = 0,
this.height = 0,
this.softWrap = true,
this.leadingColumns = 0,
this.viewportStartRow = 0,
this.viewportStartColumn = 0,
this.scrollMargin = 0,
});