FlNodeEditorStyle constructor
const
FlNodeEditorStyle({
- BoxDecoration decoration = const BoxDecoration(color: Colors.black12),
- EdgeInsetsGeometry padding = const EdgeInsets.all(8.0),
- FlGridStyle gridStyle = const FlGridStyle(),
- FlSelectionAreaStyle selectionAreaStyle = const FlSelectionAreaStyle(),
Implementation
const FlNodeEditorStyle({
this.decoration = const BoxDecoration(
color: Colors.black12,
),
this.padding = const EdgeInsets.all(8.0),
this.gridStyle = const FlGridStyle(),
this.selectionAreaStyle = const FlSelectionAreaStyle(),
});