cols property

int? cols
final

The visible width of the text control, in average character widths. If it is specified, it must be a positive integer. If it is not specified, the default value is 20.

Implementation

final int? cols;