symmetric static method
Implementation
static EdgeInsets symmetric(
{double vertical = 0, double horizontal = 0}) {
return FxSpacing.only(
top: vertical, right: horizontal, left: horizontal, bottom: vertical);
}
static EdgeInsets symmetric(
{double vertical = 0, double horizontal = 0}) {
return FxSpacing.only(
top: vertical, right: horizontal, left: horizontal, bottom: vertical);
}