password property
Password used to unlock an encrypted document when the view loads.
When non-null and non-empty, the viewer attempts to open the document with this password before displaying it. Supported on Android, iOS, and Web. A wrong password produces a platform-level error or renders a blank view depending on the platform; it does not crash the widget tree.
Implementation
final String? password;