EditorViewportFraming.contentBounds constructor
const
EditorViewportFraming.contentBounds({
- double paddingPx = 0.0,
- ContentBoundsSpec? contentBoundsSpec = const ContentBoundsSpec(paddingPx: 24.0),
Implementation
const EditorViewportFraming.contentBounds({
this.paddingPx = 0.0,
this.contentBoundsSpec = const ContentBoundsSpec(paddingPx: 24.0),
});