FFDatePicker$json top-level constant

  1. @Deprecated('Use fFDatePickerDescriptor instead')
Map<String, Object> const FFDatePicker$json

Implementation

@$core.Deprecated('Use fFDatePickerDescriptor instead')
const FFDatePicker$json = {
  '1': 'FFDatePicker',
  '2': [
    {
      '1': 'picker_type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFDatePicker.DateTimePickerType',
      '10': 'pickerType'
    },
    {'1': 'allow_past', '3': 2, '4': 1, '5': 8, '10': 'allowPast'},
    {
      '1': 'default_date_time',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'defaultDateTime'
    },
    {'1': 'allow_future', '3': 4, '4': 1, '5': 8, '10': 'allowFuture'},
    {
      '1': 'min_date_time',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'minDateTime'
    },
    {
      '1': 'max_date_time',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'maxDateTime'
    },
    {'1': 'use_default_theme', '3': 7, '4': 1, '5': 8, '10': 'useDefaultTheme'},
    {
      '1': 'use_cupertino_style',
      '3': 8,
      '4': 1,
      '5': 8,
      '10': 'useCupertinoStyle'
    },
    {
      '1': 'header_date_style',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'headerDateStyle'
    },
    {
      '1': 'header_background_color',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'headerBackgroundColor'
    },
    {
      '1': 'header_foreground_color',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'headerForegroundColor'
    },
    {
      '1': 'picker_background_color',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'pickerBackgroundColor'
    },
    {
      '1': 'picker_foreground_color',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'pickerForegroundColor'
    },
    {
      '1': 'selected_date_time_foreground_color',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'selectedDateTimeForegroundColor'
    },
    {
      '1': 'selected_date_time_background_color',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'selectedDateTimeBackgroundColor'
    },
    {
      '1': 'action_button_foreground_color',
      '3': 16,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'actionButtonForegroundColor'
    },
    {
      '1': 'cupertino_background_color',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'cupertinoBackgroundColor'
    },
    {
      '1': 'cupertino_text_style',
      '3': 18,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'cupertinoTextStyle'
    },
    {'1': 'icon_size', '3': 19, '4': 1, '5': 1, '10': 'iconSize'},
    {'1': 'dismissible', '3': 20, '4': 1, '5': 8, '10': 'dismissible'},
  ],
  '4': [FFDatePicker_DateTimePickerType$json],
};