props property

  1. @override
T get props
override

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;