
ArcaneToggleButton
Use toggles for independent pressed/unpressed controls such as formatting or tool modes.
Live Demo
Component: toggle
Preview + Code
Code
bool boldEnabled = true;

ArcaneToggleButton(
  value: boldEnabled,
  label: 'Bold',
  onChanged: setBoldEnabled,
)

ArcaneToggleButton#

Use toggles for independent pressed/unpressed controls such as formatting or tool modes.

The live preview and code sample above use the neutral package:arcane_jaspr/arcane_jaspr.dart API. The selected stylesheet owns spacing, density, radius, color, and interaction styling, so the same app code can render differently under Shadcn or Neon.

Source: lib/component/input/cycle_button.dart

See the Component Catalog for the full exported surface and source mapping.