RCKItemConfig class
单元格配置
Constructors
- RCKItemConfig.new({double height = 76.0, Color? backgroundColor, Color? pinnedBackgroundColor, Color? dividerColor, double dividerIndent = 0.0, double dividerEndIndent = 0.0, double dividerHeight = 1.0, EdgeInsets padding = const EdgeInsets.symmetric(vertical: itemVerticalPadding, horizontal: itemHorizontalPadding), double cellSpacing = 0.0})
-
const
Properties
- backgroundColor → Color?
-
背景颜色
final
- cellSpacing → double
-
单元格之间的间距
final
- dividerColor → Color?
-
分割线颜色
final
- dividerEndIndent → double
-
分割线右边距
final
- dividerHeight → double
-
分割线高度
final
- dividerIndent → double
-
分割线左边距
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
单元格高度
final
- padding → EdgeInsets
-
单元格内边距
final
- pinnedBackgroundColor → Color?
-
置顶背景颜色
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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