SNDTRN-1: update build and some ui changes #1
@ -90,16 +90,16 @@ class SessionViewActivities extends StatelessWidget {
|
|||||||
position: custom,
|
position: custom,
|
||||||
child: Dialog.fullscreen(
|
child: Dialog.fullscreen(
|
||||||
child: Flex(
|
child: Flex(
|
||||||
direction: Axis.vertical,
|
direction: Axis.vertical,
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
AppBar(
|
AppBar(
|
||||||
centerTitle: true,
|
centerTitle: true,
|
||||||
title: const Text('test activity',
|
title: const Text('test activity',
|
||||||
style: TextStyle(fontSize: 15)),
|
style: TextStyle(fontSize: 15)),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
)));
|
)));
|
||||||
},
|
},
|
||||||
barrierDismissible: true,
|
barrierDismissible: true,
|
||||||
barrierLabel: '',
|
barrierLabel: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user