BasicAppBar constructor
const
BasicAppBar({
- Key? key,
- String? title,
- Widget? leading,
- BasicBorder border = const BasicBorder.none(),
- Color? backgroundColor,
- Color? foregroundColor,
- List<
Widget> ? actions, - int? maxLines,
- TextOverflow? overflow,
Implementation
const BasicAppBar({
super.key,
this.title,
this.leading,
this.border = const BasicBorder.none(),
this.backgroundColor,
this.foregroundColor,
this.actions,
this.maxLines,
this.overflow,
});