formatting
This commit is contained in:
parent
ec6381f04d
commit
0fe3d65bb8
@ -90,16 +90,16 @@ class SessionViewActivities extends StatelessWidget {
|
||||
position: custom,
|
||||
child: Dialog.fullscreen(
|
||||
child: Flex(
|
||||
direction: Axis.vertical,
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: <Widget>[
|
||||
AppBar(
|
||||
centerTitle: true,
|
||||
title: const Text('test activity',
|
||||
style: TextStyle(fontSize: 15)),
|
||||
),
|
||||
],
|
||||
)));
|
||||
direction: Axis.vertical,
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: <Widget>[
|
||||
AppBar(
|
||||
centerTitle: true,
|
||||
title: const Text('test activity',
|
||||
style: TextStyle(fontSize: 15)),
|
||||
),
|
||||
],
|
||||
)));
|
||||
},
|
||||
barrierDismissible: true,
|
||||
barrierLabel: '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user