style(ui_components): fix theme resolver line
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Hugo Pointcheval 2023-04-28 18:42:13 +02:00
parent bfbeabe7ec
commit 635bb329ea
Signed by: hugo
GPG Key ID: 3AAC487E131E00BC

View File

@ -66,7 +66,8 @@ abstract class ThemeResolver<Style extends ThemeStyle<Style>, Extension,
if (style == null) {
throw FlutterError(
'No default style found for $Style in $Extension${extra != null ? ' with $extra' : ''}',
'No default style found for $Style in '
'$Extension${extra != null ? ' with $extra' : ''}',
);
}