FixedSpace Constructor
FixedSpace()
Constructor. Uses a small default size.
Declaration
public FixedSpace()
FixedSpace(Single)
Constructor. Receives the size of the space.
Declaration
public FixedSpace(float size)
Parameters
Single | size | The size of the space. Sets the element's flex-basis style property. |