position property
Defualt position is GenZPosition.LEADING.
Takes GenZPosition and this will decide where icon and (text or child) will be shown.
GenZPosition.CENTER,GenZPosition.LEADING,GenZPosition.TRAILING
When [icon] is used with [child] or [text] then position can't be [GenZPosition.CENTER]
.
Implementation
final GenZPosition position;