const RSizedBox.horizontal( double? width, { Key? key, Widget? child, }) : _square = false, super(key: key, child: child, width: width);