menu
headless_theme package
documentation
scopes.dart
HeadlessCheckboxScope
HeadlessCheckboxScope.new const constructor
HeadlessCheckboxScope.new const constructor
dark_mode
light_mode
HeadlessCheckboxScope
constructor
const
HeadlessCheckboxScope
(
{
Key
?
key
,
RCheckboxRenderer?
renderer
,
RCheckboxTokenResolver?
tokenResolver
,
required
Widget
child
,
})
Implementation
const HeadlessCheckboxScope({ super.key, this.renderer, this.tokenResolver, required this.child, });
headless_theme package
documentation
scopes
HeadlessCheckboxScope
HeadlessCheckboxScope.new const constructor
HeadlessCheckboxScope class