error constant

FxStateData const error

Implementation

static const error = FxStateData(
  icon: Icon(CupertinoIcons.exclamationmark_circle),
  title: 'Oops! Something went wrong',
  description: 'Something went wrong. Please try again.',
  actionLabel: 'Retry',
);