Joeri JM Smissaert
Results
2
comments of
Joeri JM Smissaert
Did you find a workaround for this @natemoo-re ?
Regarding the first item you mentioned, they are referring to the `error` attribute: ``` ThemeData _buildShrineTheme() { final ThemeData base = ThemeData.light(useMaterial3: true); return base.copyWith( colorScheme: base.colorScheme.copyWith( primary: kShrinePink100, onPrimary:...