1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Revert "Made elements on component screen stay compact on wider screen (#1258)" (#1266)

This reverts commit a9eaf1a733.
This commit is contained in:
Brett Morgan
2022-05-12 15:41:34 -07:00
committed by GitHub
parent a9eaf1a733
commit 53c83adc71
2 changed files with 27 additions and 31 deletions

View File

@@ -187,7 +187,7 @@ class _Material3DemoState extends State<Material3Demo> {
selectedIndex: screenIndex)),
const VerticalDivider(thickness: 1, width: 1),
createScreenFor(screenIndex, true),
],),
]),
),
);
}