ContentBoundsSpec constructor
const
ContentBoundsSpec({
- double paddingPx = 0,
- ContentBoundsPolicy policy = const ContentBoundsPolicy(),
Implementation
const ContentBoundsSpec({
this.paddingPx = 0,
this.policy = const ContentBoundsPolicy(),
});