AntdOpacityDefine constructor

const AntdOpacityDefine({
  1. double colorFill = 0.15,
  2. double colorFillSecondary = 0.06,
  3. double colorFillTertiary = 0.043,
  4. double colorFillQuaternary = 0.02,
  5. double colorText = 0.88,
  6. double colorTextSecondary = 0.66,
  7. double colorTextTertiary = 0.44,
  8. double colorTextQuaternary = 0.25,
  9. double colorBorder = 6.7,
  10. double colorBorderSecondary = 4.0,
})

Implementation

const AntdOpacityDefine(
    {this.colorFill = 0.15,
    this.colorFillSecondary = 0.06,
    this.colorFillTertiary = 0.043,
    this.colorFillQuaternary = 0.02,
    this.colorText = 0.88,
    this.colorTextSecondary = 0.66,
    this.colorTextTertiary = 0.44,
    this.colorTextQuaternary = 0.25,
    this.colorBorder = 6.7,
    this.colorBorderSecondary = 4.0});