feat: terms and condition
This commit is contained in:
@@ -197,6 +197,18 @@ class ProfileScreen extends StatelessWidget {
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
_statsSection(context, d),
|
||||
const SizedBox(height: 16),
|
||||
Align(
|
||||
alignment: Alignment.center,
|
||||
child: TextButton.icon(
|
||||
onPressed: () => context.push('/terms'),
|
||||
icon: const Icon(Icons.gavel, color: AppColors.gold, size: 18),
|
||||
label: const Text(
|
||||
'شرایط و قوانین',
|
||||
style: TextStyle(color: AppColors.gold, fontSize: 14),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user