ui/refactor/coherence-1 #187

Merged
hugo merged 17 commits from ui/refactor/coherence-1 into master 2023-05-03 08:45:59 +00:00
Showing only changes of commit 635bb329ea - Show all commits

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' : ''}',
);
}