menu
element_core package
documentation
widgets.dart
AnimatedDecoratedBox
effects property
effects property
dark_mode
light_mode
effects
property
@
override
List
<
Object
>
get
effects
override
副作用数组,当数组内的任意属性发生变化时,将会重新执行动画
Implementation
@override List<Object> get effects => [decoration];
element_core package
documentation
widgets
AnimatedDecoratedBox
effects property
AnimatedDecoratedBox class