const EasyCol({ Key? key, required this.child, this.span, this.offset, this.spanWidth, }) : super(key: key);