alignment property
final
Defines how the icon is positioned within the IconButton.
This property can be null. If null, it defaults to Alignment.center.
See also:
- Alignment, a class with convenient constants typically used to specify an AlignmentGeometry.
- AlignmentDirectional, like Alignment for specifying alignments relative to text direction.
Implementation
final AlignmentGeometry? alignment;