menu
mamba package
documentation
command.dart
PairDoubleOption
PairDoubleOption.new const constructor
PairDoubleOption.new const constructor
dark_mode
light_mode
PairDoubleOption
constructor
const
PairDoubleOption
(
String
name
, {
double
?
min
,
double
?
max
,
double
?
step
,
String
?
short
,
String
?
description
,
})
Implementation
const new( super.name, { this.min, this.max, this.step, super.short, super.description, });
mamba package
documentation
command
PairDoubleOption
PairDoubleOption.new const constructor
PairDoubleOption class