Class BackButton
Inheritance
System.Object
BackButton
Inherited Members
Namespace: Unity.UIWidgets.material
Syntax
public class BackButton : StatelessWidget
Constructors
BackButton(Key, Color)
Declaration
public BackButton(Key key = null, Color color = null)
Parameters
Type | Name | Description |
---|---|---|
Key | key | |
Color | color |
Fields
color
Declaration
public readonly Color color
Field Value
Type | Description |
---|---|
Color |
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context |
Returns
Type | Description |
---|---|
Widget |