Kate
2 years ago
committed by
GitHub
11 changed files with 16 additions and 24 deletions
Before Width: | Height: | Size: 842 B After Width: | Height: | Size: 842 B |
@ -1,12 +1,6 @@ |
|||||||
import 'package:flutter_svg/flutter_svg.dart'; |
|
||||||
import 'package:neon/neon.dart'; |
import 'package:neon/neon.dart'; |
||||||
|
|
||||||
Branding getNeonBranding() => Branding( |
Branding getNeonBranding() => Branding( |
||||||
name: 'Nextcloud Neon', |
name: 'Nextcloud Neon', |
||||||
legalese: 'Copyright © 2023, provokateurin\nUnder GPLv3 license', |
legalese: 'Copyright © 2023, provokateurin\nUnder GPLv3 license', |
||||||
buildLogo: (final context, final size) => SvgPicture.asset( |
|
||||||
'assets/logo_neon.svg', |
|
||||||
width: size.width, |
|
||||||
height: size.height, |
|
||||||
), |
|
||||||
); |
); |
||||||
|
Loading…
Reference in new issue