started work on the flashcards
This commit is contained in:
@@ -37,10 +37,17 @@ class ListPage extends StatelessWidget {
|
||||
children: [
|
||||
Center(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(Constants.edgeInset),
|
||||
padding: const EdgeInsets.only(
|
||||
left: Constants.edgeInset,
|
||||
right: Constants.edgeInset,
|
||||
top: Constants.edgeInset
|
||||
),
|
||||
child: Text(
|
||||
'${Strings.allQuotesCount} – $quoteCount',
|
||||
style: TextStyle(fontSize: 18),
|
||||
style: TextStyle(
|
||||
fontSize: 18,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user