FixedExtentScrollPhysics constructor Null safety
- {ScrollPhysics? parent}
Creates a scroll physics that always lands on items.
Implementation
const FixedExtentScrollPhysics({ ScrollPhysics? parent }) : super(parent: parent);
Creates a scroll physics that always lands on items.
const FixedExtentScrollPhysics({ ScrollPhysics? parent }) : super(parent: parent);