DocumentView constructor

const DocumentView({
  1. Key? key,
  2. required DocumentViewCreatedCallback onCreated,
})

Implementation

const DocumentView({Key? key, required this.onCreated}) : super(key: key);