DoubleKnobsBuilder class
Methods
-
input({required String label, String? description, double initialValue = 0})
→ double
-
Creates a textfield which users can type double values into. You can use
the
num?.toInt()
function to turn this into an integer
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
slider({required String label, String? description, double initialValue = 0, double min = 0, double max = 20, int? divisions})
→ double
-
Creates a slider that can be slid to specific double values. You can use
the
num.toInt()
function to make this into an integer
-
toString()
→ String
-
A string representation of this object.
inherited