menu
phone_ide package
documentation
editor/linebar.dart
Linebar
Linebar.new const constructor
Linebar.new const constructor
dark_mode
light_mode
Linebar
constructor
const
Linebar
(
{
Key
?
key
,
required
Function
calculateBarWidth
,
required
Widget
child
,
})
Implementation
const Linebar( {Key? key, required this.calculateBarWidth, required this.child}) : super(key: key);
phone_ide package
documentation
editor/linebar
Linebar
Linebar.new const constructor
Linebar class