improve pdf full screen viewer
This commit is contained in:
parent
af258b0d10
commit
14d6beaa8c
2 changed files with 38 additions and 34 deletions
|
|
@ -64,7 +64,7 @@ class _BuildFileViewState extends State<BuildFileView> {
|
|||
),
|
||||
Positioned(
|
||||
top: 5,
|
||||
left: 5,
|
||||
right: 5,
|
||||
width: 50,
|
||||
height: 50,
|
||||
child: IconButton.filled(
|
||||
|
|
@ -102,7 +102,7 @@ class _BuildFileViewState extends State<BuildFileView> {
|
|||
),
|
||||
Positioned(
|
||||
top: 5,
|
||||
left: 5,
|
||||
right: 5,
|
||||
width: 50,
|
||||
height: 50,
|
||||
child: IconButton.filled(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue