SheetTopBar constructor
SheetTopBar({})
Implementation
SheetTopBar({
Key? key,
this.title = "",
this.icon,
this.leading,
this.trailing,
this.leadingOnTap,
required this.child,
}) : super(key: key);
SheetTopBar({
Key? key,
this.title = "",
this.icon,
this.leading,
this.trailing,
this.leadingOnTap,
required this.child,
}) : super(key: key);