const ViewMargin({int? topPx, int? bottomPx, int? rightPx, int? leftPx}) : topPx = topPx ?? 0, bottomPx = bottomPx ?? 0, rightPx = rightPx ?? 0, leftPx = leftPx ?? 0;