SpaceAttribute.margin constructor

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

Margin constructor

Implementation

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