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(
|
||||
margin: EdgeInsets.only(bottom: 50),
|
||||
child: Text(
|
||||
s.Privacy,
|
||||
style: TextStyle(
|
||||
fontSize: themeData.textTheme.bodySmall!.fontSize,
|
||||
),
|
||||
),
|
||||
// child: Text(
|
||||
// s.Privacy,
|
||||
// style: TextStyle(
|
||||
// fontSize: themeData.textTheme.bodySmall!.fontSize,
|
||||
// ),
|
||||
// ),
|
||||
));
|
||||
|
||||
var backBtn = GestureDetector(
|
||||
|
||||
Reference in New Issue
Block a user