FreeScrollView constructor
const
FreeScrollView({
- Key? key,
- ScrollPhysics physics = const ClampingScrollPhysics(),
- required Widget child,
Implementation
const FreeScrollView(
{Key? key,
this.physics = const ClampingScrollPhysics(),
required this.child})
: super(key: key);