Skip to content

Flutter slider should have the feature to show value indicator all the time, not just while gesturing #34704

@abhinavraj23

Description

@abhinavraj23

Use case

  • While using flutter inbuilt slider widget I encountered the issue that value indicator is only shown while the gesture is present and not always.

  • I think the widget should also expose the property of showing the value indicator every time and not only when gesture is there.

Proposal

  • The SliderTheme exposes the property which is showValueIndicator, it maintains an enum which lets the developer decide when to show the value indicator, there should be an additional property in that enum which lets the user show the valueIndicator every-time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listc: new featureNothing broken; request for a new capabilitycustomer: crowdAffects or could affect many people, though not necessarily a specific customer.f: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionteam-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions