master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
Showing only changes of commit cd2806b07b - Show all commits

View File

@ -18,7 +18,9 @@ class CustomAppBar extends AppBarComponent {
); );
@override @override
AppBarComponent configure({String? title}) => CustomAppBar( AppBarComponent configure(
{String? title, Widget? leading, List<Widget>? actions}) =>
CustomAppBar(
title: title ?? this.title, title: title ?? this.title,
); );
} }