mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 22:38:42 +00:00
Beta (#1234)
This commit is contained in:
@@ -130,7 +130,7 @@ class SelectionUserManagedState extends State<SelectionUserManaged> {
|
||||
onPressed: _handleClearSelection, child: const Text('Clear Selection'));
|
||||
|
||||
return Column(
|
||||
children: [SizedBox(child: chart, height: 150.0), clearSelection]);
|
||||
children: [SizedBox(height: 150.0, child: chart), clearSelection]);
|
||||
}
|
||||
|
||||
void _infoSelectionModelUpdated(charts.SelectionModel<String> model) {
|
||||
|
||||
Reference in New Issue
Block a user