menu
Dart
dart:html
TextAreaElement
rows property
rows
brightness_4
brightness_5
description
rows
property
int
rows
Implementation
int get rows native;
void
rows=
(
int
value
)
Implementation
set rows(int value) native;
Dart
dart:html
TextAreaElement
rows property
TextAreaElement class