master #81
@ -53,7 +53,12 @@ abstract class ThemeResolver<S, T, E> {
|
|||||||
}) {
|
}) {
|
||||||
final themeExtension = findExtension(context);
|
final themeExtension = findExtension(context);
|
||||||
if (themeExtension != null) {
|
if (themeExtension != null) {
|
||||||
return computeExtensionValueFn(context, defaultValue, themeExtension);
|
return computeExtensionValueFn(
|
||||||
|
context,
|
||||||
|
defaultValue,
|
||||||
|
themeExtension,
|
||||||
|
extra: extra,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
return defaultValue;
|
return defaultValue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user