menu
commander_ui package
documentation
tui.dart
Fixed
Fixed.new const constructor
Fixed.new const constructor
dark_mode
light_mode
Fixed
constructor
const
Fixed
(
{
required
int
size
,
required
Widget
child
,
})
Implementation
const Fixed({required this.size, required this.child});
commander_ui package
documentation
tui
Fixed
Fixed.new const constructor
Fixed class