SpaceProps constructor

SpaceProps({
  1. double? l = 0,
  2. double? r = 0,
  3. double? t = 0,
  4. double? b = 0,
})

Implementation

SpaceProps({this.l = 0, this.r = 0, this.t = 0, this.b = 0});