alignment property
final
The alignment of the button's child.
By default, this will be Alignment.center.
See also:
- ButtonStyle.alignment, which is where this alignment is applied.
Implementation
final AlignmentGeometry? alignment;
The alignment of the button's child.
By default, this will be Alignment.center.
See also:
final AlignmentGeometry? alignment;