menu
vyuh_node_flow package
documentation
shared/unbounded_widgets.dart
UnboundedSizedBox
UnboundedSizedBox.new const constructor
UnboundedSizedBox.new const constructor
dark_mode
light_mode
UnboundedSizedBox
constructor
const
UnboundedSizedBox
(
{
Key
?
key
,
double
?
width
,
double
?
height
,
Widget
?
child
,
})
Implementation
const UnboundedSizedBox({super.key, this.width, this.height, super.child});
vyuh_node_flow package
documentation
shared/unbounded_widgets
UnboundedSizedBox
UnboundedSizedBox.new const constructor
UnboundedSizedBox class