RowStyleParam<T> class

create_user: zhengzaihong email:1096877329@qq.com create_date: 2024/7/12 create_time: 11:37 describe: 构建每一行的参数

Constructors

RowStyleParam({T? data, double? rowWidth, List<double>? cellWidth, int? index, bool enableDivider = false})

Properties

cellWidth List<double>?
单元格宽度
getter/setter pair
data ↔ T?
getter/setter pair
enableDivider bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int?
getter/setter pair
rowWidth double?
行高
getter/setter pair
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