Parallax constructor

Parallax({
  1. @required Widget? background,
})

Implementation

Parallax({
  @required Widget? background,
}) : super(child: background);