Card Stack
fun CardStack( posX: Number = 0, posY: Number = 0, width: Number = DEFAULT_CARD_STACK_WIDTH, height: Number = DEFAULT_CARD_STACK_HEIGHT, alignment: Alignment = Alignment.CENTER, visual: Visual = Visual.EMPTY)
Content copied to clipboard
Creates a CardStack.
Parameters
T
Generic CardView.
pos X
Horizontal coordinate for this CardStack. Default: 0.
pos Y
Vertical coordinate for this CardStack. Default: 0.
width
Width for this CardStack. Default: DEFAULT_CARD_STACK_WIDTH.
height
Height for this CardStack. Default: DEFAULT_CARD_STACK_HEIGHT.
alignment
Specifies how the contained CardViews should be aligned. Default: Alignment.CENTER
visual
Visual for this CardStack. Default: Visual.EMPTY.