We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967e3e8 commit 1bd1a6bCopy full SHA for 1bd1a6b
example/lib/pages/desktop_editor.dart
@@ -142,7 +142,7 @@ class _DesktopEditorState extends State<DesktopEditor> {
142
);
143
// customize the padding
144
map.forEach((key, value) {
145
- value.configuration = BlockComponentConfiguration(
+ value.configuration = value.configuration.copyWith(
146
padding: (_) => const EdgeInsets.symmetric(vertical: 8.0),
147
148
});
0 commit comments