N

Exemplos de código

1
0

flutter cor do cursor

Slider(
            activeColor: Colors.red, // The color to use for the portion of the slider track that is active.
            inactiveColor: Colors.red[100], // The color for the inactive portion of the slider track.
            thumbColor: Colors.red,
            min: 0,
            max: 100,
            value: _currentSliderValue,
            onChanged: (value) {
              setState(() {
                _currentSliderValue = value;
              });
            },
          ),

Páginas relacionadas

Páginas semelhantes com exemplos

Em outros idiomas

Esta página está em outros idiomas

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................

Popular nesta categoria

Páginas populares com exemplos na categoria