screenwidth property
int
get
screenwidth
Implementation
int get screenwidth => _screenwidth.get() ?? 0;
set
screenwidth
(dynamic v)
Implementation
set screenwidth(dynamic v) => _screenwidth.set(v);