Abstract const constructor. This constructor enables subclasses to provide const constructors so that they can be used in const expressions.
The platform must not be null.
Source
const ScrollBehavior({ @required this.platform });
Abstract const constructor. This constructor enables subclasses to provide const constructors so that they can be used in const expressions.
The platform must not be null.
const ScrollBehavior({ @required this.platform });