AntdOpacityDefine constructor
const
AntdOpacityDefine({
- double colorFill = 0.15,
- double colorFillSecondary = 0.06,
- double colorFillTertiary = 0.043,
- double colorFillQuaternary = 0.02,
- double colorText = 0.88,
- double colorTextSecondary = 0.66,
- double colorTextTertiary = 0.44,
- double colorTextQuaternary = 0.25,
- double colorBorder = 6.7,
- 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});