[mobile][photos] Make scrollbar in log file viewer interactive (#1075)

This commit is contained in:
Ashil 2024-03-13 11:43:31 +05:30 committed by GitHub
parent 077ba04664
commit 518b947808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!,