schema property
Implementation
static final schema = {
r'$schema': 'http://json-schema.org/draft-06/schema#',
r'$id': '$id',
r'$comment':
'https://api.flutter.dev/flutter/material/NavigationBarThemeData-class.html',
'title': 'NavigationBarThemeData',
'type': 'object',
'properties': {
'backgroundColor': SchemaHelper.objectSchema(ColorSchema.id),
'height': SchemaHelper.numberSchema,
'iconTheme': SchemaHelper.objectSchema(
MaterialStatePropertyIconThemeDataSchema.id),
'indicatorColor': SchemaHelper.objectSchema(ColorSchema.id),
'labelBehavior': SchemaHelper.objectSchema(
NavigationDestinationLabelBehaviorSchema.id),
'labelTextStyle':
SchemaHelper.objectSchema(MaterialStatePropertyTextStyleSchema.id)
},
};