Trackbar class

Constructors

Trackbar(String name, Window parent, int max, {int? value})

Properties

hashCode int
The hash code for this object.
no setterinherited
max int
getter/setter pair
maxPos int
SetMax sets the trackbar maximum position.
no getter
minPos int
SetMin sets the trackbar minimum position.
no getter
name String
getter/setter pair
parent Window
getter/setter pair
pos int
pos returns the trackbar position.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited