ContentBoundsSpec constructor

const ContentBoundsSpec({
  1. double paddingPx = 0,
  2. ContentBoundsPolicy policy = const ContentBoundsPolicy(),
})

Implementation

const ContentBoundsSpec({
  this.paddingPx = 0,
  this.policy = const ContentBoundsPolicy(),
});