schema property

Map<String, Object> schema
final

Implementation

static final schema = {
  r'$schema': 'http://json-schema.org/draft-06/schema#',
  r'$id': '$id',
  r'$comment':
      'https://api.flutter.dev/flutter/material/MaterialStateProperty-class.html',
  'title': 'MaterialStatePropertyDouble',
  'type': 'object',
  'properties': {
    'disabled': SchemaHelper.numberSchema,
    'dragged': SchemaHelper.numberSchema,
    'empty': SchemaHelper.numberSchema,
    'error': SchemaHelper.numberSchema,
    'focused': SchemaHelper.numberSchema,
    'hovered': SchemaHelper.numberSchema,
    'pressed': SchemaHelper.numberSchema,
    'selected': SchemaHelper.numberSchema,
  },
};