SchematicAppBar constructor
- String? fileName,
- List<
Widget> leadingActions = const [], - CrossProbeService? crossProbeService,
- PreferredSizeWidget? bottom,
- bool? appBarPinned,
- ValueChanged<
bool> ? onAppBarPinnedChanged, - Key? key,
Create a SchematicAppBar.
Implementation
const SchematicAppBar({
this.fileName,
this.leadingActions = const [],
this.crossProbeService,
this.bottom,
this.appBarPinned,
this.onAppBarPinnedChanged,
super.key,
});