ScrollTransformView constructor

const ScrollTransformView({
  1. Key? key,
  2. required List<ScrollTransformItem> children,
})

Implementation

const ScrollTransformView({
  Key? key,
  required this.children,
}) : super(key: key);