props property
The current widget instance.
Accessing this property within a reactive context (like useComputed or useEffect) will establish a dependency on widget updates.
Implementation
@override
T get props => _propsNode.value;
The current widget instance.
Accessing this property within a reactive context (like useComputed or useEffect) will establish a dependency on widget updates.
@override
T get props => _propsNode.value;