Skip to content

IconButtonElement

amanda southworth edited this page Mar 29, 2022 · 1 revision

Description

An icon button that comes in two sizes: primary and secondary.


Usage


var standardPrimaryIconButton = PrimaryIconButtonElement(
buttonIcon: fillerIcon1,
buttonTooltip: fillerTextButton,
buttonAction: fillerAction,
decorationVariant: decorationPriority.standard);

var standardSecondaryIconButton = SecondaryIconButtonElement(
buttonIcon: fillerIcon1,
buttonTooltip: fillerTextButton,
buttonAction: fillerAction,
decorationVariant: decorationPriority.standard);

Clone this wiki locally