cellDecoration property

BoxDecoration? cellDecoration
final

当三态都设置时取值优先级 cellDisabledDecoration(enabled = true) > cellSelectedDecoration > cellDecoration

Implementation

final BoxDecoration? cellDecoration;