ColumnSuper constructor
ColumnSuper({})
Implementation
ColumnSuper({
Key? key,
required List<Widget?> children,
this.outerDistance = 0.0,
this.innerDistance = 0.0,
this.invert = false,
this.alignment = Alignment.center,
this.separator,
this.separatorOnTop = true,
this.removeChildrenWithNoHeight = false,
}) : super(key: key, children: _childrenPlusSeparator(children, separator));