width property
int
get
width
Current video frame width.
Use addListener method to subscribe to the video frame width changes.
Implementation
int get width => value.width;
Current video frame width.
Use addListener method to subscribe to the video frame width changes.
int get width => value.width;