flutter_ruler_picker library
Classes
- RulerPicker
- RulerPicker 标尺选择器 width 必须是具体的值,包括父级container的width,不能是 double.infinity, 可以传入MediaQuery.of(context).size.width
- RulerPickerController
- The controller for the ruler picker init the ruler value from the controller 用于 RulerPicker 的控制器,可以在构造函数里初始化默认值
- RulerPickerState
- RulerRange
- ScaleLineStyle
Typedefs
- ValueChangedCallback = void Function(num value)