only method
T
only({})
override
Implementation
@override
T only({
double? top,
double? bottom,
double? left,
double? right,
double? start,
double? end,
}) {
return builder(
SpacingDto.only(
top: top,
bottom: bottom,
left: left,
right: right,
start: start,
end: end,
),
);
}