ArcaneTitleBar constructor

const ArcaneTitleBar({
  1. Key? key,
  2. required Widget title,
  3. Widget? leading,
  4. Color? color,
  5. Color? surfaceColor,
  6. PlatformTheme? theme,
})

Implementation

const ArcaneTitleBar(
    {super.key,
    required this.title,
    this.leading,
    this.color,
    this.surfaceColor,
    this.theme});