-
Notifications
You must be signed in to change notification settings - Fork 1
IconButtonElement
amanda southworth edited this page Mar 29, 2022
·
1 revision
An icon button that comes in two sizes: primary and secondary.
var standardPrimaryIconButton = PrimaryIconButtonElement(
buttonIcon: fillerIcon1,
buttonTooltip: fillerTextButton,
buttonAction: fillerAction,
decorationVariant: decorationPriority.standard);
var standardSecondaryIconButton = SecondaryIconButtonElement(
buttonIcon: fillerIcon1,
buttonTooltip: fillerTextButton,
buttonAction: fillerAction,
decorationVariant: decorationPriority.standard);