AntdMapToken constructor

const AntdMapToken({
  1. required AntdSizeDefine size,
  2. required AntdRadiusDefine radius,
  3. required AntdColorDefine colorInfo,
  4. required AntdColorDefine colorLink,
  5. required AntdColorDefine colorPrimary,
  6. required AntdColorDefine colorSuccess,
  7. required AntdColorDefine colorWarning,
  8. required AntdColorDefine colorError,
  9. required AntdTextColorDefine colorText,
  10. required AntdFontDefine font,
  11. required AntdFillColorDefine colorFill,
  12. required Color colorBgBlur,
  13. required Color colorBgContainer,
  14. required Color colorBgElevated,
  15. required Color colorBgLayout,
  16. required Color colorBgMask,
  17. required Color colorBgSolid,
  18. required Color colorBgSolidActive,
  19. required Color colorBgSpotlight,
  20. required BorderSide border,
  21. required BorderSide borderSecondary,
  22. required double lineWidth,
  23. required Color colorWhite,
  24. required Color colorTransparent,
  25. required Color colorBlack,
  26. FontWeight fontWeightStrong = FontWeight.w600,
  27. required AntdShadowDefine shadow,
})

Implementation

const AntdMapToken(
    {required this.size,
    required this.radius,
    required this.colorInfo,
    required this.colorLink,
    required this.colorPrimary,
    required this.colorSuccess,
    required this.colorWarning,
    required this.colorError,
    required this.colorText,
    required this.font,
    required this.colorFill,
    required this.colorBgBlur,
    required this.colorBgContainer,
    required this.colorBgElevated,
    required this.colorBgLayout,
    required this.colorBgMask,
    required this.colorBgSolid,
    required this.colorBgSolidActive,
    required this.colorBgSpotlight,
    required this.border,
    required this.borderSecondary,
    required this.lineWidth,
    required this.colorWhite,
    required this.colorTransparent,
    required this.colorBlack,
    this.fontWeightStrong = FontWeight.w600,
    required this.shadow});