SpaceAttribute constructor

SpaceAttribute({
  1. int? left,
  2. int? top,
  3. int? right,
  4. int? bottom,
})

Defaut constructor

Implementation

factory SpaceAttribute({
  final int? left,
  final int? top,
  final int? right,
  final int? bottom,
}) = _SpaceAttribute;