mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 04:31:52 +08:00
* Updated the Material Design tokens to v2.3.5 * Linear and circular progress indicator token sets are deprecated in v0.207. The `md.com.progress-indicator` token set was created and should be used instead. * tokens is now using [semantic versioning](https://semver.org/) ï¼Thanks @guidezpl for reminding:) ) * ~Fixes #128877. The default text style is updated to `bodyLarge` now:)~ Added TODOs for the label text style of `PopupMenuButton`. Will create a separate PR because this change breaks Google testing.
16 lines
891 B
JSON
16 lines
891 B
JSON
{
|
|
"version": "v2_3_5",
|
|
|
|
"md.comp.sheet.bottom.docked.container.color": "surfaceContainerLow",
|
|
"md.comp.sheet.bottom.docked.container.shape": "md.sys.shape.corner.extra-large.top",
|
|
"md.comp.sheet.bottom.docked.drag-handle.color": "onSurfaceVariant",
|
|
"md.comp.sheet.bottom.docked.drag-handle.height": 4.0,
|
|
"md.comp.sheet.bottom.docked.drag-handle.width": 32.0,
|
|
"md.comp.sheet.bottom.docked.minimized.container.shape": "md.sys.shape.corner.none",
|
|
"md.comp.sheet.bottom.docked.modal.container.elevation": "md.sys.elevation.level1",
|
|
"md.comp.sheet.bottom.docked.standard.container.elevation": "md.sys.elevation.level1",
|
|
"md.comp.sheet.bottom.focus.indicator.color": "secondary",
|
|
"md.comp.sheet.bottom.focus.indicator.outline.offset": "md.sys.state.focus-indicator.outer-offset",
|
|
"md.comp.sheet.bottom.focus.indicator.thickness": "md.sys.state.focus-indicator.thickness"
|
|
}
|