menu
arcane package
documentation
component/support/switch_size.dart
BigSmall
BigSmall.new const constructor
BigSmall.new const constructor
dark_mode
light_mode
BigSmall
constructor
const
BigSmall
(
{
Key
?
key
,
required
Widget
big
,
required
Widget
small
,
})
Implementation
const BigSmall({super.key, required this.big, required this.small});
arcane package
documentation
component/support/switch_size
BigSmall
BigSmall.new const constructor
BigSmall class