changed title style

This commit is contained in:
2024-12-02 18:29:28 +01:00
parent f91c8100be
commit e22fe2e58f

View File

@@ -20,7 +20,10 @@ class ContentBox extends StatelessWidget {
mainAxisSize: MainAxisSize.max, mainAxisSize: MainAxisSize.max,
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
Text(title), Text(
title,
style: Theme.of(context).textTheme.headlineMedium,
),
ListView.builder( ListView.builder(
shrinkWrap: true, shrinkWrap: true,
itemCount: content.length, itemCount: content.length,