[mobile][photos] Make scrollbar in log file viewer interactive (#1075)
This commit is contained in:
parent
077ba04664
commit
518b947808
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ class _LogFileViewerState extends State<LogFileViewer> {
|
|||
return Container(
|
||||
padding: const EdgeInsets.only(left: 12, top: 8, right: 12),
|
||||
child: Scrollbar(
|
||||
interactive: true,
|
||||
thickness: 4,
|
||||
radius: const Radius.circular(2),
|
||||
child: SingleChildScrollView(
|
||||
child: Text(
|
||||
_logs!,
|
||||
|
|
Loading…
Add table
Reference in a new issue