PButton class
A Platform-Specific Button that conforms to iOS and Android as appropriate.
On Android, this is RaisedButton
On iOS, this is a CupertinoButton
- Inheritance
- Object
- PlatformAdaptingWidget
- PButton
Constructors
-
PButton({Key key, @required Widget child, VoidCallback onPressed, Color color, Color disabledColor, EdgeInsets padding, ShapeBorder androidShape, BorderRadius iosBorderRadius = const BorderRadius.all(Radius.circular(8.0)), double iosPressedOpacity = 0.1, double iosMinSize = 44.0, Color androidTextColor, Color androidSplashColor, double androidElevation, double androidDisabledElevation, double androidHighlightElevation, Brightness androidColorBrightness, Clip androidClipBehavior = Clip.none, Duration androidAnimationDuration, MaterialTapTargetSize androidMaterialTapTargetSize, Color androidHighlightColor, ButtonTextTheme androidTextTheme, Color androidDisabledTextColor, ValueChanged<
bool> androidOnHighlightChanged, Color androidFocusColor, Color androidHoverColor, FocusNode androidFocusNode, bool androidAutofocus = false, double androidFocusElevation, double androidHoverElevation, TargetPlatform renderPlatform}) -
const
Properties
- androidAnimationDuration → Duration
-
final
- androidAutofocus → bool
-
final
- androidClipBehavior → Clip
-
final
- androidColorBrightness → Brightness
-
final
- androidDisabledElevation → double
-
final
- androidDisabledTextColor → Color
-
final
- androidElevation → double
-
final
- androidFocusColor → Color
-
final
- androidFocusElevation → double
-
final
- androidFocusNode → FocusNode
-
final
- androidHighlightColor → Color
-
final
- androidHighlightElevation → double
-
final
- androidHoverColor → Color
-
final
- androidHoverElevation → double
-
final
- androidMaterialTapTargetSize → MaterialTapTargetSize
-
final
-
androidOnHighlightChanged
→ ValueChanged<
bool> -
final
- androidShape → ShapeBorder
-
final
- androidSplashColor → Color
-
final
- androidTextColor → Color
-
final
- androidTextTheme → ButtonTextTheme
-
final
- child → Widget
-
final
- color → Color
-
final
- disabledColor → Color
-
final
- hashCode → int
-
The hash code for this object. [...]
@nonVirtual, read-only, inherited
- iosBorderRadius → BorderRadius
-
final
- iosMinSize → double
-
final
- iosPressedOpacity → double
-
final
- key → Key
-
Controls how one widget replaces another widget in the tree. [...]
final, inherited
- onPressed → VoidCallback
-
final
- padding → EdgeInsets
-
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
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