refactor(ui): rework text gradient and text wrapper

This commit is contained in:
2023-02-17 14:47:56 +01:00
parent c5f8b69184
commit ef52015372
27 changed files with 367 additions and 226 deletions
@@ -49,7 +49,12 @@ class QuoteCards extends StatelessWidget {
'quis elit ut amet velit. Incididunt fugiat proident '
'proident deserunt tempor Lorem cillum qui do '
'ullamco Lorem magna ipsum. Ullamco cupidatat velit '
.wrap(gradient: [Colors.red, Colors.orange]),
.wrap(
gradientColors: const MultiColor([
Colors.red,
Colors.orange,
]),
),
avatar: const FlutterLogo(
size: 40,
),