animationFillMode属性
获取"animation-fill-mode"的值
实现
String get animationFillMode => getPropertyValue('animation-fill-mode');
设置"animation-fill-mode"的值
实现
set animationFillMode(String value) {
setProperty('animation-fill-mode', value, '');
}
获取"animation-fill-mode"的值
String get animationFillMode => getPropertyValue('animation-fill-mode');
设置"animation-fill-mode"的值
set animationFillMode(String value) {
setProperty('animation-fill-mode', value, '');
}