|
|
@ -36,7 +36,8 @@ class _TreatyPage extends State<TreatyPage> { |
|
|
|
background: Colors.transparent, |
|
|
|
background: Colors.transparent, |
|
|
|
leadingColor: Colors.black, |
|
|
|
leadingColor: Colors.black, |
|
|
|
), |
|
|
|
), |
|
|
|
body: Container( |
|
|
|
body: |
|
|
|
|
|
|
|
Container( |
|
|
|
width: MediaQuery.of(context).size.width, |
|
|
|
width: MediaQuery.of(context).size.width, |
|
|
|
height: MediaQuery.of(context).size.height, |
|
|
|
height: MediaQuery.of(context).size.height, |
|
|
|
alignment: Alignment.center, |
|
|
|
alignment: Alignment.center, |
|
|
|