rows property - TextAreaElement class - dart:html library (original) (raw)

description

int getrows

Implementation

int get rows native;

setrows (int value)

Implementation

set rows(int value) native;