const ColumnGap.minWithPadding({required List<Widget?> children}) : this(mainAxisSize: MainAxisSize.min, paddingX: 16, children: children);