idle
This commit is contained in:
@@ -333,13 +333,13 @@ class _PublicFileViewerState extends State<PublicFileViewer> {
|
|||||||
elevation: 0,
|
elevation: 0,
|
||||||
leading: _fileData != null
|
leading: _fileData != null
|
||||||
? Padding(
|
? Padding(
|
||||||
padding: const EdgeInsets.only(left: 16, top: 4),
|
padding: const EdgeInsets.only(left: 8, top: 4, bottom: 4),
|
||||||
child: ModernGlassButton(
|
child: ModernGlassButton(
|
||||||
onPressed: _downloadFile,
|
onPressed: _downloadFile,
|
||||||
padding: EdgeInsets.zero,
|
padding: EdgeInsets.zero,
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: 80,
|
width: 120,
|
||||||
child: const Center(child: Icon(Icons.download, size: 24)),
|
child: const Center(child: Icon(Icons.download, size: 28)),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user