menu
mix_builder package
documentation
mix.dart
BoxSpecWidget
BoxSpecWidget.new const constructor
BoxSpecWidget.new const constructor
dark_mode
light_mode
BoxSpecWidget
constructor
const
BoxSpecWidget
(
{
required
BoxSpec
?
spec
,
Key
?
key
,
Widget
?
child
,
})
Implementation
const BoxSpecWidget({required this.spec, super.key, this.child});
mix_builder package
documentation
mix
BoxSpecWidget
BoxSpecWidget.new const constructor
BoxSpecWidget class