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) {
|
Widget _buildStyledTab(Widget child, int index) {
|
||||||
final TabBarTheme tabBarTheme = TabBarTheme.of(context);
|
final TabBarTheme tabBarTheme = TabBarTheme.of(context) as TabBarTheme;
|
||||||
|
|
||||||
final double animationValue;
|
final double animationValue;
|
||||||
if (index == _currentIndex) {
|
if (index == _currentIndex) {
|
||||||
|
|
|
@ -212,8 +212,8 @@ class MenuEntry implements BaseModule {
|
||||||
key: 'FRE-HUB-SETTINGS',
|
key: 'FRE-HUB-SETTINGS',
|
||||||
icon: Icons.settings,
|
icon: Icons.settings,
|
||||||
name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText(
|
name: FFLocalizations.of(navigatorKey.currentContext!).getVariableText(
|
||||||
ptText: 'Configurar Sistema',
|
ptText: 'Configurações',
|
||||||
enText: 'System Settings',
|
enText: 'Settings',
|
||||||
),
|
),
|
||||||
route: '/preferencesSettings',
|
route: '/preferencesSettings',
|
||||||
types: [MenuEntryType.Home, MenuEntryType.Drawer],
|
types: [MenuEntryType.Home, MenuEntryType.Drawer],
|
||||||
|
|
Loading…
Reference in New Issue