【发布时间】:2020-11-06 11:52:01
【问题描述】:
我需要隐藏在pdfviewer插件flutter中呈现默认值的导航栏。我曾经将showNavigation值的值更改为false,但它不起作用。我使用插件flutter_plugin_pdf_viewer:any 这是我的代码:
Containe( width:130,
height:130,
margin:EdgeInsets.all(20.0),
child:PDFViewer(document:doc2,
showNavigation : false,/*here is my issue ,when i set like this it shows nothing in the UI*/ ),)
【问题讨论】: