ZdsInformationBar constructor

const ZdsInformationBar(
  1. {Key? key,
  2. ZdsInformationBarTheme color = ZdsInformationBarTheme.neutral,
  3. IconData? icon,
  4. String? label,
  5. Color? customBackground,
  6. Color? customForeground,
  7. ZetaColorSwatch? zetaColorSwatch}
)

Creates a bar used to display status information.

Implementation

const ZdsInformationBar