AlignExtension extension

Align extension to extend widget functionality

on

Properties

bottomCenter Align
Align child to Bottom Center of parent widget
no setter
bottomLeft Align
Align child to Bottom Left of parent widget
no setter
bottomRight Align
Align child to Bottom Right of parent widget
no setter
centerLeft Align
Align child to Center Left of parent widget
no setter
centerRight Align
Align child to Center Right of parent widget
no setter
topCenter Align
Align child to Top Center of parent widget
no setter
topLeft Align
Align child to Top Left of parent widget
no setter
topRight Align
Align child to Top Right of parent widget
no setter

Methods

align([Alignment alignment = Alignment.center]) Align
How to align the child.