alignment property

Alignment alignment
final

Badge alignment.

Only provide top left, top right, and bottom left, bottom right, default 'top right', consider choosing from the below options.

Alignment.topRight // top right
Alignment.topLeft // top left
Alignment.bottomRight // bottom right
Alignment.bottomLeft // bottom left

Implementation

final Alignment alignment;