mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
aboutme page hide Privacy link
This commit is contained in:
@@ -55,12 +55,12 @@ class _AboutMeRouter extends State<AboutMeRouter> {
|
|||||||
|
|
||||||
list.add(Container(
|
list.add(Container(
|
||||||
margin: EdgeInsets.only(bottom: 50),
|
margin: EdgeInsets.only(bottom: 50),
|
||||||
child: Text(
|
// child: Text(
|
||||||
s.Privacy,
|
// s.Privacy,
|
||||||
style: TextStyle(
|
// style: TextStyle(
|
||||||
fontSize: themeData.textTheme.bodySmall!.fontSize,
|
// fontSize: themeData.textTheme.bodySmall!.fontSize,
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
));
|
));
|
||||||
|
|
||||||
var backBtn = GestureDetector(
|
var backBtn = GestureDetector(
|
||||||
|
|||||||
Reference in New Issue
Block a user