|
|
|
|
@ -209,7 +209,7 @@ class _AppDrawerState extends State<AppDrawer> {
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Container(
|
|
|
|
|
width: MediaQuery.of(context).size.width * 0.3,
|
|
|
|
|
width: MediaQuery.of(context).size.width * 0.5,
|
|
|
|
|
child: RichText(
|
|
|
|
|
text: TextSpan(
|
|
|
|
|
text: 'Powered by',
|
|
|
|
|
@ -243,7 +243,7 @@ class _AppDrawerState extends State<AppDrawer> {
|
|
|
|
|
]))
|
|
|
|
|
])),
|
|
|
|
|
),
|
|
|
|
|
width: SizeConfig.realScreenWidth * 0.60,
|
|
|
|
|
width: SizeConfig.realScreenWidth * 0.80,
|
|
|
|
|
margin: EdgeInsets.all(0),
|
|
|
|
|
|
|
|
|
|
customCornerRaduis: false,
|
|
|
|
|
|