dart format
This commit is contained in:
@@ -6,7 +6,8 @@ class ClickableAppBar extends StatelessWidget implements PreferredSizeWidget {
|
||||
const ClickableAppBar({required this.onTap, required this.appBar, super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => GestureDetector(onTap: onTap, child: appBar);
|
||||
Widget build(BuildContext context) =>
|
||||
GestureDetector(onTap: onTap, child: appBar);
|
||||
|
||||
@override
|
||||
Size get preferredSize => appBar.preferredSize;
|
||||
|
||||
Reference in New Issue
Block a user