ParentSize constructor
const
ParentSize({})
Creates a ParentSize widget.
Implementation
const ParentSize({
super.key,
required this.builder,
this.debounce = false,
this.debounceDuration = 100,
});
Creates a ParentSize widget.
const ParentSize({
super.key,
required this.builder,
this.debounce = false,
this.debounceDuration = 100,
});