We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017f2bf commit 877d329Copy full SHA for 877d329
lib/app_configuration/view/app_configuration_page.dart
@@ -71,6 +71,7 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
71
TabBar(
72
controller: _tabController,
73
isScrollable: true,
74
+ tabAlignment: TabAlignment.start,
75
tabs: [
76
Tab(text: context.l10n.userContentLimitsTab),
77
Tab(text: context.l10n.adSettingsTab),
0 commit comments