RCKEmojiPageIndicatorConfig class

表情页面指示器配置

Constructors

RCKEmojiPageIndicatorConfig.new({Color? activeColor, Color? inactiveColor, double size = 8.0, double spacing = 4.0, double bottomPadding = 10.0})
const

Properties

activeColor Color?
激活状态的颜色
final
bottomPadding double
与底部的距离
final
hashCode int
The hash code for this object.
no setterinherited
inactiveColor Color?
非激活状态的颜色
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
指示器大小
final
spacing double
指示器间距
final

Methods

copyWith({Color? activeColor, Color? inactiveColor, double? size, double? spacing, double? bottomPadding}) RCKEmojiPageIndicatorConfig
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