responsive_util 0.2.0
responsive_util: ^0.2.0 copied to clipboard
A wrapper that provides draggable manipulation of a widget's size to test it's responsive design.
responsive_util #
A wrapper that provides draggable manipulation of a widget's size to test it's responsive design.
Usage #
Wrap a widget such as a Scaffold with a ResponsiveUtil and resize it by dragging from the bottom right.
| Properties | Description |
|---|---|
child |
The Widget to resize |
onResize |
For conditional layouts that rely on MediaQuery rather than LayoutBuilder to determine available space, use onResize to obtain a virtual screen Size. |
disabled |
If True, bypasses all functionality |
scrollController |
Required for Widgets that exist in some ScrollView |