Full Screen new page file viewer
This commit is contained in:
parent
ea9cb89652
commit
197c5c292a
4 changed files with 347 additions and 177 deletions
|
|
@ -15,6 +15,16 @@ class BusinessArguments {
|
|||
);
|
||||
}
|
||||
|
||||
class FileViewArguments {
|
||||
final String link;
|
||||
final String path;
|
||||
|
||||
FileViewArguments(
|
||||
this.link,
|
||||
this.path,
|
||||
);
|
||||
}
|
||||
|
||||
class PatientViewArguments {
|
||||
final AppUser signedInUser;
|
||||
final Patient? selectedPatient;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue