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