Inheritance
System.Object
RaisedButton
public class RaisedButton : MaterialButton
Constructors
RaisedButton(Key, VoidCallback, ValueChanged<Boolean>, Nullable<ButtonTextTheme>, Color, Color, Color, Color, Color, Color, Nullable<Brightness>, Nullable<Single>, Nullable<Single>, Nullable<Single>, EdgeInsets, ShapeBorder, Nullable<Clip>, Nullable<MaterialTapTargetSize>, Nullable<TimeSpan>, Widget)
Declaration
public RaisedButton(Key key = null, VoidCallback onPressed = null, ValueChanged<bool> onHighlightChanged = null, ButtonTextTheme? textTheme = default(ButtonTextTheme? ), Color textColor = null, Color disabledTextColor = null, Color color = null, Color disabledColor = null, Color highlightColor = null, Color splashColor = null, Brightness? colorBrightness = default(Brightness? ), float? elevation = default(float? ), float? highlightElevation = default(float? ), float? disabledElevation = default(float? ), EdgeInsets padding = null, ShapeBorder shape = null, Clip? clipBehavior, MaterialTapTargetSize? materialTapTargetSize = default(MaterialTapTargetSize? ), TimeSpan? animationDuration = default(TimeSpan? ), Widget child = null)
Parameters
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Returns
Overrides
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides
icon(Key, VoidCallback, ValueChanged<Boolean>, Nullable<ButtonTextTheme>, Color, Color, Color, Color, Color, Color, Nullable<Brightness>, Nullable<Single>, Nullable<Single>, Nullable<Single>, EdgeInsets, ShapeBorder, Nullable<Clip>, Nullable<MaterialTapTargetSize>, Nullable<TimeSpan>, Widget, Widget)
Declaration
public static RaisedButton icon(Key key = null, VoidCallback onPressed = null, ValueChanged<bool> onHighlightChanged = null, ButtonTextTheme? textTheme = default(ButtonTextTheme? ), Color textColor = null, Color disabledTextColor = null, Color color = null, Color disabledColor = null, Color highlightColor = null, Color splashColor = null, Brightness? colorBrightness = default(Brightness? ), float? elevation = default(float? ), float? highlightElevation = default(float? ), float? disabledElevation = default(float? ), EdgeInsets padding = null, ShapeBorder shape = null, Clip? clipBehavior = default(Clip? ), MaterialTapTargetSize? materialTapTargetSize = default(MaterialTapTargetSize? ), TimeSpan? animationDuration = default(TimeSpan? ), Widget icon = null, Widget label = null)
Parameters
Returns