style(ui_components): remove useless comment

This commit is contained in:
Malo Léon 2023-02-23 10:40:05 +01:00 committed by Hugo Pointcheval
parent a7e6d664bb
commit 3b506b22ed
Signed by: hugo
GPG Key ID: 3AAC487E131E00BC

View File

@ -62,7 +62,6 @@ abstract class ThemeResolver<S extends ThemeStyle<S>, T, E> {
Theme.of(context).extension<T>(),
extra: extra,
),
// _computeExtensionValue(context, extra: extra),
customStyleFn(context, extra: extra)
],
transform: (value) => value,