gap
gap copied to clipboard
Gap is not working with OverflowBar
This is not working it adds only vertical space
OverflowBar(
children: const [
Text('foo'),
Gap(8),
Text('bar'),
]
}