Skip to content

103 - PrimaryColorOverride #19

Closed
Closed
@Prathik-Jain

Description

@Prathik-Jain

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions