transitionProperty property
Implementation
static Map<String, List<String>> transitionProperty = {
'none': ['none'],
'all': ['all'],
'DEFAULT': [
'color',
'background-color',
'border-color',
'text-decoration-color',
'fill',
'stroke',
'opacity',
'box-shadow',
'transform',
'filter',
'backdrop-filter'
],
'colors': [
'color',
'background-color',
'border-color',
'text-decoration-color',
'fill',
'stroke'
],
'opacity': ['opacity'],
'shadow': ['box-shadow'],
'transform': ['transform'],
};