MarginAttribute constructor Null safety
Implementation
factory MarginAttribute(
{double? left,
double? top,
double? right,
double? bottom}) = _$MarginAttribute;
factory MarginAttribute(
{double? left,
double? top,
double? right,
double? bottom}) = _$MarginAttribute;