-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Open
NevercodeHQ/flutter
#1Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-designOwned by Design Languages teamOwned by Design Languages teamtriaged-designTriaged by Design Languages teamTriaged by Design Languages team
Description
Use case
I want to customise a RangeSlider Thumb by adding the current value in the thumb.
It is possible with the SliderThumbShape class, since the paint() method is also passing the current value as the value parameter.
Please note that the RangeSliderValueIndicatorShape also include this value parameter.
So it seems like an incoherency in the API.
Proposal
Add the value (or values) parameter to the paint() method of RangeSliderThumbShape.
Please see #39882 which already added this parameter but sadly the issue was automatically closed...
DustinJSilk
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-designOwned by Design Languages teamOwned by Design Languages teamtriaged-designTriaged by Design Languages teamTriaged by Design Languages team