style(ui_components): fix theme resolver line
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
bfbeabe7ec
commit
635bb329ea
@ -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' : ''}',
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user