stepperJsonSchema top-level constant

Map<String, dynamic> const stepperJsonSchema

Implementation

const Map<String, dynamic> stepperJsonSchema = {
  'steps': [
    {
      'label': 'Step-1',
      'title': 'Step-1',
      'description': 'This is Step - 1 Description',
      'fields': [],
    },
    {
      'label': 'Step-2',
      'title': 'Step-2',
      'description': 'This is step - 2 Description',
      'fields': [],
    },
    {
      'label': 'Step-3',
      'title': 'Step-3',
      'description': 'This is step - 3 Description',
      'fields': [],
    },
    {
      'label': 'Step-4',
      'title': 'Step-4',
      'description': 'This is step - 4 Description',
      'fields': [],
    },
  ],
};