Insets constructor

const Insets({
  1. double? left,
  2. double? top,
  3. double? bottom,
  4. double? right,
})

Implementation

const Insets({this.left, this.top, this.bottom, this.right});