CKT String|Colors
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import '../colors/app_colors.dart';
|
||||
|
||||
import '../widgets/app_gradients.dart';
|
||||
import '../colors/app_gradients.dart';
|
||||
import '../strings/terms_strings.dart';
|
||||
import '../widgets/terms_content.dart';
|
||||
|
||||
class TermsScreen extends StatelessWidget {
|
||||
@@ -20,14 +22,14 @@ class TermsScreen extends StatelessWidget {
|
||||
elevation: 0,
|
||||
scrolledUnderElevation: 0,
|
||||
title: const Text(
|
||||
'Termos de Serviço',
|
||||
TermsStrings.pageTitle,
|
||||
style: TextStyle(fontWeight: FontWeight.w900),
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
body: Container(
|
||||
color: const Color(0xFFFAFAF7),
|
||||
color: AppColors.background,
|
||||
child: SafeArea(
|
||||
child: SingleChildScrollView(
|
||||
padding: const EdgeInsets.fromLTRB(20, 24, 20, 24),
|
||||
|
||||
Reference in New Issue
Block a user