cols property

int get cols

Implementation

int get cols => _getAttributeInt('cols') ?? 20;
set cols (int value)

Implementation

set cols(int value) {
  _setAttributeInt('cols', value);
}