NumberSwiperIndicator class

Implemented types

Constructors

NumberSwiperIndicator({Color textColor = Colors.white, Color backgroundColor = Colors.transparent, double minWidth = 38, double minHeight = 18})

Properties

backgroundColor Color
选择器背景
final
hashCode int
The hash code for this object.
no setterinherited
minHeight double
选择器最小高度
final
minWidth double
选择器最小宽度
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
文本颜色
final

Methods

build(BuildContext context, int index, int itemCount) Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited