TailorAppBar constructor
const
TailorAppBar({
- Key? key,
- Widget child = const SizedBox.shrink(),
- required TailorWidgetBuilder builder,
- Size preferredSize = const Size.fromHeight(kToolbarHeight),
Wrap your AppBar with Tailor and get the size of the AppBar with builder
Implementation
const TailorAppBar({
super.key,
super.child = const SizedBox.shrink(),
required this.builder,
super.preferredSize = const Size.fromHeight(kToolbarHeight),
});