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