Skip to content

Commit

Permalink
Fix infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed May 18, 2023
1 parent 6ffc381 commit 3f888d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/lib/examples/button_builder_example/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class _ButtonBuilderExampleState extends State<ButtonBuilderExample> {
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 20),
child: Text(
'Checkbox buttons',
style: theme.textTheme.headline5,
style: theme.textTheme.headlineSmall,
),
),
GroupButton(
Expand Down Expand Up @@ -96,7 +96,7 @@ class _ButtonBuilderExampleState extends State<ButtonBuilderExample> {
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 20),
child: Text(
'Radio buttons',
style: theme.textTheme.headline5,
style: theme.textTheme.headlineSmall,
),
),
GroupButton(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class GroupButtonBottomPanel extends StatelessWidget {
padding: const EdgeInsets.only(left: 30.0),
child: Text(
'Buttons count ${customizableController.buttonsCount}',
style: theme.textTheme.headline6,
style: theme.textTheme.titleLarge,
),
),
Slider(
Expand Down Expand Up @@ -75,7 +75,7 @@ class GroupButtonBottomPanel extends StatelessWidget {
children: [
Text(
'Managed by controller',
style: theme.textTheme.headline6,
style: theme.textTheme.titleLarge,
),
Wrap(
spacing: 10,
Expand Down

0 comments on commit 3f888d6

Please sign in to comment.