FixedExtentScrollPhysics constructor Null safety

const FixedExtentScrollPhysics(
  1. {ScrollPhysics? parent}
)

Implementation

const factory FixedExtentScrollPhysics({final ScrollPhysics? parent}) =
    _$FixedExtentScrollPhysics;