never<States> static method

WidgetStateProperty<States> never<States>()

Resolves null as the value regardless of the state of the scroll view.

Implementation

static WidgetStateProperty<States> never<States>() =>
    WidgetStateProperty((_context) => StateProperty.never<States>());