SchematicAppBar constructor

const SchematicAppBar({
  1. String? fileName,
  2. List<Widget> leadingActions = const [],
  3. CrossProbeService? crossProbeService,
  4. PreferredSizeWidget? bottom,
  5. bool? appBarPinned,
  6. ValueChanged<bool>? onAppBarPinnedChanged,
  7. Key? key,
})

Create a SchematicAppBar.

Implementation

const SchematicAppBar({
  this.fileName,
  this.leadingActions = const [],
  this.crossProbeService,
  this.bottom,
  this.appBarPinned,
  this.onAppBarPinnedChanged,
  super.key,
});