FFNavBarItem$json top-level constant
Implementation
@$core.Deprecated('Use fFNavBarItemDescriptor instead')
const FFNavBarItem$json = {
'1': 'FFNavBarItem',
'2': [
{
'1': 'nav_icon',
'3': 1,
'4': 1,
'5': 11,
'6': '.flutterflow.FFIcon',
'10': 'navIcon'
},
{
'1': 'nav_active_icon',
'3': 2,
'4': 1,
'5': 11,
'6': '.flutterflow.FFIcon',
'10': 'navActiveIcon'
},
{
'1': 'legacy_label',
'3': 3,
'4': 1,
'5': 9,
'8': {'3': true},
'10': 'legacyLabel',
},
{
'1': 'label',
'3': 8,
'4': 1,
'5': 11,
'6': '.flutterflow.FFText',
'10': 'label'
},
{'1': 'show', '3': 4, '4': 1, '5': 8, '10': 'show'},
{
'1': 'always_show_nav_bar',
'3': 9,
'4': 1,
'5': 8,
'10': 'alwaysShowNavBar'
},
{
'1': 'different_active_icon',
'3': 5,
'4': 1,
'5': 8,
'10': 'differentActiveIcon'
},
{
'1': 'google_nav_bar_item',
'3': 6,
'4': 1,
'5': 11,
'6': '.flutterflow.FFGoogleNavBarItem',
'10': 'googleNavBarItem'
},
{
'1': 'floating_nav_bar_item',
'3': 7,
'4': 1,
'5': 11,
'6': '.flutterflow.FFFloatingNavBarItem',
'10': 'floatingNavBarItem'
},
],
};