onResize property
Stream<void>
get
onResize
Stream of window resize events. Returns an empty stream on non-web.
Implementation
static Stream<void> get onResize => impl.onResize();
Stream of window resize events. Returns an empty stream on non-web.
static Stream<void> get onResize => impl.onResize();