SurveyProgressConfiguration class
Properties
-
backgroundColor
→ Color?
-
Color of the background of the progressbar
final
-
borderRadius
→ BorderRadius?
-
The corner radius of the progress bar - If not defines
BorderRadius.circular(14.0)
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
height
→ double
-
Min height of the progressbar
final
-
label
→ dynamic Function(String from, String to)?
-
Label widget which should be shown above the appbar (Also need to
activate via the 'showLabel flag {from currentProgress, to
finishOfProgress})
final
-
padding
→ EdgeInsets
-
Padding of the progressbar and text
final
-
progressbarColor
→ Color
-
Color of the progressbar
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
showLabel
→ bool
-
If a Label should be shown above the progressbar (You also need to add
the label )
final
-
valueProgressbarColor
→ Color?
-
Color of the value of the progressbar
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited