RxRaisedButton constructor
RxRaisedButton({Key key, ValueChanged<bool> onHighlightChanged, ButtonTextTheme textTheme, Color textColor, Color disabledTextColor, Color color, Color disabledColor, Color highlightColor, Color splashColor, Brightness colorBrightness, double elevation, double highlightElevation, double disabledElevation, EdgeInsetsGeometry padding, ShapeBorder shape, MaterialTapTargetSize materialTapTargetSize, Duration animationDuration, Widget child, RxCommand<BuildContext, void> rxCommand })
Implementation
RxRaisedButton({
this.key,
this.onHighlightChanged,
this.textTheme,
this.textColor,
this.disabledTextColor,
this.color,
this.disabledColor,
this.highlightColor,
this.splashColor,
this.colorBrightness,
this.elevation,
this.highlightElevation,
this.disabledElevation,
this.padding,
this.shape,
this.materialTapTargetSize,
this.animationDuration,
this.child,
this.rxCommand,
}) : super(key: key);