CoolColumnInfo constructor

const CoolColumnInfo({
  1. double? flex,
  2. double? width,
  3. Widget? title,
})

Implementation

const CoolColumnInfo({this.flex, this.width, this.title});