menu
xbox package
documentation
gap.dart
Gap
Gap.new const constructor
Gap.new const constructor
dark_mode
light_mode
Gap
constructor
const
Gap
(
{
Key
?
key
,
Size
?
size
,
Widget
?
child
,
double
?
width
,
double
?
height
,
})
Implementation
const Gap({ super.key, this.size, this.child, this.width, this.height, });
xbox package
documentation
gap
Gap
Gap.new const constructor
Gap class