lines property

  1. @Deprecated('Use rows')
int lines

Returns the current console height in rows.

Implementation

@Deprecated('Use rows')
int get lines => rows;