The possible layouts for the card actions via flexbox rules.
Definition
Fields
Actions are centered in their container.
C#
Center = 1
Actions are aligned to the end of their container.
C#
End = 2
Actions are aligned to the start of their container.
C#
Start = 0
Actions stretch to fill their container and have equal size.
C#
Stretch = 3