EditorViewportFraming.contentBounds constructor

const EditorViewportFraming.contentBounds({
  1. double paddingPx = 0.0,
  2. ContentBoundsSpec? contentBoundsSpec = const ContentBoundsSpec(paddingPx: 24.0),
})

Implementation

const EditorViewportFraming.contentBounds({
  this.paddingPx = 0.0,
  this.contentBoundsSpec = const ContentBoundsSpec(paddingPx: 24.0),
});