Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The divisors is already set at 200. It is not giving me a decimal point, it #134

Closed
jamiethain opened this issue Sep 11, 2019 · 0 comments
Closed

Comments

@jamiethain
Copy link

The divisors is already set at 200. It is not giving me a decimal point, it
is giving me 15 decimal points...

FormBuilderSlider(
attribute: "slider",
validators: [FormBuilderValidators.min(6)],
onChanged: (val){
// _bidController.text = val;
_setBidValue(val);
},
min: 0.0,
max: 10000.0,
initialValue: 200.0,
divisions: 200,
activeColor: Colors.red,
inactiveColor: Colors.pink[100],
decoration: InputDecoration(
labelText: "Bid in Elan",
),
),

On Wed, Sep 11, 2019 at 12:15 AM Danvick Miller notifications@github.com
wrote:

Closed #128 #128.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#128,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMOCL6HA2IWBF376LI2MXQ3QJBWGHANCNFSM4ITJOVWA
.

Originally posted by @jamiethain in #128 (comment)

@danvick danvick closed this as completed Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants