feat(ui): add generated premium assets
This commit is contained in:
@@ -38,6 +38,19 @@ class PluriScreenHeader extends StatelessWidget {
|
||||
top: -42,
|
||||
child: _Orb(color: t.electricMagenta.withValues(alpha: 0.38), size: 128),
|
||||
),
|
||||
Positioned(
|
||||
right: 10,
|
||||
top: 10,
|
||||
child: Opacity(
|
||||
opacity: 0.18,
|
||||
child: Image.asset(
|
||||
'assets/icons/pluriwave_app_mark.png',
|
||||
width: 120,
|
||||
height: 120,
|
||||
errorBuilder: (_, __, ___) => const SizedBox.shrink(),
|
||||
),
|
||||
),
|
||||
),
|
||||
Positioned(
|
||||
right: 44,
|
||||
bottom: -54,
|
||||
|
||||
Reference in New Issue
Block a user