refinamento da labels

This commit is contained in:
J. A. Messias 2024-12-18 08:33:16 -03:00
parent 4eed75624f
commit 240e525cde
2 changed files with 3 additions and 3 deletions

View File

@ -586,7 +586,7 @@ class _FlutterFlowButtonTabBarState extends State<FlutterFlowButtonTabBar> with
}
Widget _buildStyledTab(Widget child, int index) {
final TabBarTheme tabBarTheme = TabBarTheme.of(context);
final TabBarTheme tabBarTheme = TabBarTheme.of(context) as TabBarTheme;
final double animationValue;
if (index == _currentIndex) {

View File

@ -212,8 +212,8 @@ class MenuEntry implements BaseModule {
key: 'FRE-HUB-SETTINGS',
icon: Icons.settings,
name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText(
ptText: 'Configurar Sistema',
enText: 'System Settings',
ptText: 'Configurações',
enText: 'Settings',
),
route: '/preferencesSettings',
types: [MenuEntryType.Home, MenuEntryType.Drawer],