menu
arcane package
documentation
generated/arcane_shadcn/src/theme/theme.dart
ComponentTheme<T>
ComponentTheme.new const constructor
ComponentTheme.new const constructor
dark_mode
light_mode
ComponentTheme<
T
>
constructor
const
ComponentTheme<
T
>
(
{
Key
?
key
,
required
T
data
,
required
Widget
child
,
})
Implementation
const ComponentTheme({ super.key, required this.data, required super.child, });
arcane package
documentation
generated/arcane_shadcn/src/theme/theme
ComponentTheme<T>
ComponentTheme.new const constructor
ComponentTheme class