CupertinoBottomSheetAppBar constructor
const
CupertinoBottomSheetAppBar({})
Implementation
const CupertinoBottomSheetAppBar({
super.key,
required this.title,
this.trailing,
this.leading,
this.headerStyle,
this.maxLines = 1,
this.padding = const EdgeInsets.symmetric(
horizontal: 8.0,
),
});