DynamicEdgeInsets.symmetric constructor
const
DynamicEdgeInsets.symmetric({})
Implementation
const DynamicEdgeInsets.symmetric({
Length vertical = const Length(0.0),
Length horizontal = const Length(0.0),
}) : left = horizontal,
top = vertical,
right = horizontal,
bottom = vertical;