const Column(
children: [
ArcaneAlert.info(
title: 'Heads up',
message: 'This is a live alert preview rendered by the current theme.',
),
ArcaneAlert.success(
title: 'Published',
message: 'Accent alerts use a complete, uniform perimeter.',
variant: AlertStyle.accent,
),
],
)
ArcaneAlert#
Use alerts for inline feedback, validation messages, and status updates that should be styled by the active renderer.
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/view/alert.dart
See the Component Catalog for the full exported surface and source mapping.