alignment property

AlignmentGeometry? alignment
final

Alignment of content within the button.

Controls how the button's content is positioned within its bounds. Defaults to center alignment if not specified.

Implementation

final AlignmentGeometry? alignment;