PhotoBox constructor

const PhotoBox(
  1. PhotoSchema schema, {
  2. Key? key,
})

Implementation

const PhotoBox(this.schema, {Key? key}) : super(key: key);