CrButtonGroup( {Key? key, this.children = const [], this.axis = Axis.horizontal}) : assert(children.length >= 2), super(key: key);