defaultLightToken top-level constant

AntdSeedToken const defaultLightToken

Implementation

const defaultLightToken = AntdSeedToken(
    radius: 4,
    colorError: Color(0xffff3141),
    colorInfo: Color(0xff1677ff),
    colorLink: Color(0xff1677ff),
    colorPrimary: Color(0xff1677ff),
    colorSuccess: Color(0xff00b578),
    colorText: Color(0xff333333),
    colorBgBase: Color(0xffffffff),
    colorWarning: Color(0xffff8f1f),
    fontSize: 14,
    lineWidth: 1,
    sizeStep: 4,
    sizeUnit: 2,
    arrow: Size(16, 8));