props property

T get props

Provides direct access to the widget properties.

Implementation

@pragma('vm:prefer-inline')
@pragma('wasm:prefer-inline')
@pragma('dart2js:prefer-inline')
T get props => _propsNode.value;