SpaceAttribute constructor

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

Defaut constructor

Implementation

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