Skip to content

Request a color scheme change #100

Description

@jinjee89

Here is the code to get the default color when activeBgColor is not specified:
final activeBgColor =
widget.activeBgColor ?? [Theme.of(context).primaryColor];
However, changing it to the following would allow for consistency when using a color scheme:
final activeBgColor =
widget.activeBgColor ?? [Theme.of(context).colorScheme.primary];

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions