/** * @class Ext.Spacer * @extend Ext.Component * @alias widget.spacer * * The {@link Ext.Spacer} component is generally used to put space between items in {@link Ext.Toolbar} components. * ## Examples * * By default the {@link #flex} configuration is set to 1. */ /** * @cfg {Number} flex * The flex value of this spacer. This defaults to 1, if no width has been set. * @accessor */ /** * @cfg {Number} width * The width of this spacer. If this is set, the value of {@link #flex} will be ignored. * @accessor */