Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 852 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 852 Bytes

Horizontal Picker

You can select your value on Horizontal Picker while scrolling on items.

Samples

Horizontal Picker - Sample 1

Horizontal Picker - Sample 2

Horizontal Picker - Sample 3

Installation

Installing section

Usage Example

HorizontalPicker(
  minValue: -10,
  maxValue: 50,
  divisions: 600,
  suffix: " cm",
  showCursor: false,
  backgroundColor: Colors.grey.shade900,
  activeItemTextColor: Colors.white,
  passiveItemsTextColor: Colors.amber,
  onChanged: (value) {},
),