Outline Primary Button
@Composable
Content copied to clipboard
Outline button with icon.
Parameters
modifier
modifier to passed down from parent.
border Width
width of the border, default is 1 dp.
border Colour
colour of the border, default is primary colour.
image Vector
icon for the button, default is heart outline.
content Description
description of the icon.
icon Padding
end padding of the icon.
text
text for the button.
on Click
callback when the button is clicked.