refinamento da labels
This commit is contained in:
parent
4eed75624f
commit
240e525cde
|
@ -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) {
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue