Package version
No response
Flutter version
final token = BoxShadowToken('effect');
BoxStyler().boxShadows(token.mix());
Then we found that an error.
The argument type 'BoxShadowListMixRef' can't be assigned to the parameter type 'List<BoxShadowMix>'. dart[argument_type_not_assignable](https://dart.dev/diagnostics/argument_type_not_assignable)
Steps to reproduce
final token = BoxShadowToken('effect');
BoxStyler().boxShadows(token.mix());
Expected results
Could be ok.
Actual results
Then we found that an error.
The argument type 'BoxShadowListMixRef' can't be assigned to the parameter type 'List<BoxShadowMix>'. dart[argument_type_not_assignable](https://dart.dev/diagnostics/argument_type_not_assignable)
Code sample
Code sample
final token = BoxShadowToken('effect');
BoxStyler().boxShadows(token.mix());
Package version
No response
Flutter version
Then we found that an error.
Steps to reproduce
Expected results
Could be ok.
Actual results
Then we found that an error.
Code sample
Code sample