ButtonGroup#
Live preview for component 'button-group' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
ButtonGroup(
children: [
Button.secondary(label: 'Back', onPressed: () {}),
Button.primary(label: 'Continue', onPressed: () {}),
],
)
Live preview for component 'button-group' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.