updated project style guidelines
This commit is contained in:
@ -8,8 +8,7 @@ class LargeProfilePictureView extends StatelessWidget {
|
||||
const LargeProfilePictureView(this.username, {super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
Widget build(BuildContext context) => Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('Profilbild'),
|
||||
),
|
||||
@ -18,5 +17,4 @@ class LargeProfilePictureView extends StatelessWidget {
|
||||
backgroundDecoration: BoxDecoration(color: Theme.of(context).colorScheme.surface),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user