menu
kohler_providers
kohler_providers.dart
PrimaryContentTheme
PrimaryContentTheme const constructor
PrimaryContentTheme
dark_mode
light_mode
PrimaryContentTheme
constructor
const
PrimaryContentTheme
(
{
Key
?
key
,
Color
?
errorColor
,
required
Widget
child
,
})
Implementation
const PrimaryContentTheme({ super.key, this.errorColor, required this.child, });
kohler_providers
kohler_providers
PrimaryContentTheme
PrimaryContentTheme const constructor
PrimaryContentTheme class