menu
artisanal package
documentation
uv.dart
Buffer
bounds method
bounds method
dark_mode
light_mode
bounds
method
Rectangle
bounds
(
)
Returns the full buffer bounds as a
Rectangle
.
Implementation
Rectangle bounds() => rect(0, 0, width(), height());
artisanal package
documentation
uv
Buffer
bounds method
Buffer class