RxRaisedButton constructor

RxRaisedButton({Key key, Widget child, RxCommand<BuildContext, void> rxCommand, 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 })

Implementation

RxRaisedButton({
  Key key,
  this.child,
  this.rxCommand,
  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,
}) : super(key: key);