Open
Description
In "Chapter 6 - Adjust elevation", I had to add import 'app/colors.dart;'
to login.dart
to make the following code work.
ElevatedButton(
child: const Text('NEXT'),
onPressed: () {
Navigator.pop(context);
},
style: ElevatedButton.styleFrom(
foregroundColor: kShrineBrown900,
backgroundColor: kShrinePink100,
elevation: 8.0,
),
),
Metadata
Metadata
Assignees
Labels
No labels