AntdShadowDefine constructor

const AntdShadowDefine({
  1. required List<BoxShadow> primary,
  2. required List<BoxShadow> secondary,
  3. required List<BoxShadow> tertiary,
})

Implementation

const AntdShadowDefine(
    {required this.primary, required this.secondary, required this.tertiary});