PrimaryScrollController.none constructor
Creates a subtree without an associated ScrollController.
Implementation
const PrimaryScrollController.none({
Key key,
@required Widget child
}) : controller = null,
super(key: key, child: child);
Creates a subtree without an associated ScrollController.
const PrimaryScrollController.none({
Key key,
@required Widget child
}) : controller = null,
super(key: key, child: child);