PhotoBackgroundView constructor

const PhotoBackgroundView({
  1. Key? key,
  2. required PhotoBackground background,
})

Implementation

const PhotoBackgroundView({
  Key? key,
  required this.background,
}) : super(key: key);