Files
flutter/dev/tools/gen_defaults/data/date_picker_input_modal.json
Qun Cheng 0f827d7450 Update Material token to the latest 4.1.0 (#150382)
This PR is to update material tokens to the latest version 4.1.0, which:
* deprecates two tokens in `Slider`
* doesn't impact the material widgets' defaults
2024-06-20 20:39:58 +00:00

16 lines
786 B
JSON

{
"version": "v4_1_0",
"md.comp.date-input.modal.container.color": "surfaceContainerHigh",
"md.comp.date-input.modal.container.elevation": "md.sys.elevation.level3",
"md.comp.date-input.modal.container.height": 512.0,
"md.comp.date-input.modal.container.shape": "md.sys.shape.corner.extra-large",
"md.comp.date-input.modal.container.width": 328.0,
"md.comp.date-input.modal.header.container.height": 120.0,
"md.comp.date-input.modal.header.container.width": 328.0,
"md.comp.date-input.modal.header.headline.color": "onSurfaceVariant",
"md.comp.date-input.modal.header.headline.text-style": "headlineLarge",
"md.comp.date-input.modal.header.supporting-text.color": "onSurfaceVariant",
"md.comp.date-input.modal.header.supporting-text.text-style": "labelLarge"
}