menu
arcane package
documentation
component/gutter.dart
Gutter
Gutter.new const constructor
Gutter.new const constructor
dark_mode
light_mode
Gutter
constructor
const
Gutter
(
{
Key
?
key
,
required
Widget
child
,
bool
enabled
=
true
,
})
Implementation
const Gutter({super.key, required this.child, this.enabled = true});
arcane package
documentation
component/gutter
Gutter
Gutter.new const constructor
Gutter class