PSlider class
A PlatformAdaptingWidget that renders a Slider
on Android and CupertinoSlider
on iOS.
- Inheritance
- Object
- PlatformAdaptingWidget
- PSlider
Constructors
-
PSlider({Key key, @required double value, @required ValueChanged<
double> onChanged, ValueChanged<double> onChangeEnd, ValueChanged<double> onChangeStart, double max = 1.0, double min = 0.0, int divisions, Color activeColor, Color androidInActiveColor, TargetPlatform renderPlatform})
Properties
- activeColor → Color
-
final
- androidInActiveColor → Color
-
See
Slider.activeColor
final - divisions → int
-
final
- hashCode → int
-
The hash code for this object. [...]
@nonVirtual, read-only, inherited
- key → Key
-
Controls how one widget replaces another widget in the tree. [...]
final, inherited
- max → double
-
final
- min → double
-
final
-
onChanged
→ ValueChanged<
double> -
final
-
onChangeEnd
→ ValueChanged<
double> -
final
-
onChangeStart
→ ValueChanged<
double> -
final
- renderCupertino → WidgetBuilder
-
Return the widget to construct for the
TargetPlatform.iOS
read-only, override - renderFuchsia → WidgetBuilder
-
Return the widget to construct for the
TargetPlatform.fuschia
. For now, this defaults to the material design components.read-only, inherited - renderMaterial → WidgetBuilder
-
Return the widget to construct for the
TargetPlatform.android
read-only, override - renderPlatform → TargetPlatform
-
Can specify a
TargetPlatform
on the fly on a per-widget basis. This is simpler than just wrapping a single widget in a PTheme widget.final, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- value → double
-
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget. [...]
inherited
-
createElement(
) → StatelessElement -
Creates a
StatelessElement
to manage this widget's location in the tree. [...]inherited -
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of
DiagnosticsNode
objects describing this node's children. [...]@protected, inherited -
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node. [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toDiagnosticsNode(
{String name, DiagnosticsTreeStyle style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by
DiagnosticsNode.toStringDeep
. [...]inherited -
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
Returns a string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants. [...]
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object. [...]
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
@nonVirtual, inherited