|
|
@ -23,6 +23,7 @@ class ImageViewer extends StatelessWidget {
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
final String url = mxContent.getDownloadLink(Matrix.of(context).client);
|
|
|
|
final String url = mxContent.getDownloadLink(Matrix.of(context).client);
|
|
|
|
return Scaffold(
|
|
|
|
return Scaffold(
|
|
|
|
|
|
|
|
backgroundColor: Colors.black,
|
|
|
|
appBar: AppBar(
|
|
|
|
appBar: AppBar(
|
|
|
|
brightness: Brightness.dark,
|
|
|
|
brightness: Brightness.dark,
|
|
|
|
backgroundColor: Colors.black,
|
|
|
|
backgroundColor: Colors.black,
|
|
|
|