Inheritance
System.Object
Icon
public class Icon : StatelessWidget
Constructors
Declaration
public Icon(IconData icon, Key key = null, float? size = default(float? ), Color color = null)
Parameters
| Type |
Name |
Description |
| IconData |
icon |
|
| Key |
key |
|
| System.Nullable<System.Single> |
size |
|
| Color |
color |
|
Fields
Declaration
public readonly Color color
Field Value
Declaration
public readonly IconData icon
Field Value
Declaration
public readonly float? size
Field Value
| Type |
Description |
| System.Nullable<System.Single> |
|
Methods
build(BuildContext)
Declaration
public override Widget build(BuildContext context)
Parameters
Returns
Overrides