menu
antd_flutter_mobile package
documentation
theme/shadow.dart
AntdShadowDefine
AntdShadowDefine.new const constructor
AntdShadowDefine.new const constructor
dark_mode
light_mode
AntdShadowDefine
constructor
const
AntdShadowDefine
(
{
required
List
<
BoxShadow
>
primary
,
required
List
<
BoxShadow
>
secondary
,
required
List
<
BoxShadow
>
tertiary
,
})
Implementation
const AntdShadowDefine( {required this.primary, required this.secondary, required this.tertiary});
antd_flutter_mobile package
documentation
theme/shadow
AntdShadowDefine
AntdShadowDefine.new const constructor
AntdShadowDefine class