AntdShadowDefine class

theme

Constructors

AntdShadowDefine.new({required List<BoxShadow> primary, required List<BoxShadow> secondary, required List<BoxShadow> tertiary})
const
AntdShadowDefine.generate()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
primary List<BoxShadow>
一级阴影样式
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary List<BoxShadow>
二级阴影样式
final
tertiary List<BoxShadow>
三级阴影样式
final

Methods

copyFrom(AntdShadowDefine? other) AntdShadowDefine
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited