Closed
Description
I get the follwing error
[dart] The method 'PrimaryColorOverride' isn't defined for the class '_LoginPageState'.
when I try to use :
PrimaryColorOverride(
color: kShrineAltYellow, // Changed code
child: TextField(
controller: _usernameController,
decoration: InputDecoration(
labelText: 'Username',
),
),
),
Also colors.dart
needs to be imported in login.dart
to run the code above and
Image.asset(
'assets/diamond.png',
color: kShrineBackgroundWhite,
),
Mentioning that would help!
Metadata
Metadata
Assignees
Labels
No labels