ImageMargins constructor
Creates an instance of ImageMargins.
Implementation
const ImageMargins({
this.top = 0,
this.right = 0,
this.bottom = 0,
this.left = 0,
}) : assert(top >= 0 && right >= 0 && bottom >= 0 && left >= 0);
Creates an instance of ImageMargins.
const ImageMargins({
this.top = 0,
this.right = 0,
this.bottom = 0,
this.left = 0,
}) : assert(top >= 0 && right >= 0 && bottom >= 0 && left >= 0);