listViewWidth property

double get listViewWidth

Implementation

double get listViewWidth => width;
set listViewWidth (double value)

Implementation

set listViewWidth(double value) => width = value;