SurveyProgressConfiguration class
Constructors
- SurveyProgressConfiguration({bool showProgressbar = true, Color progressbarColor = Colors.white, double height = 6.0, EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 24.0), bool showLabel = false, BorderRadius? borderRadius, Widget label(String from, String to)?, Color? backgroundColor, Color? valueProgressbarColor})
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 → Widget 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
- showProgressbar → bool
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited