Skip to content

Request a color scheme change #100

@jinjee89

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];

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