Inheritance
System.Object
CardTheme
public class CardTheme : Diagnosticable
Constructors
Declaration
public CardTheme(Clip? clipBehavior = default(Clip? ), Color color = null, float? elevation = default(float? ), EdgeInsets margin = null, ShapeBorder shape = null)
Parameters
Fields
Declaration
public readonly Clip? clipBehavior
Field Value
| Type |
Description |
| System.Nullable<Clip> |
|
Declaration
public readonly Color color
Field Value
Declaration
public readonly float? elevation
Field Value
| Type |
Description |
| System.Nullable<System.Single> |
|
Declaration
public readonly EdgeInsets margin
Field Value
Declaration
public readonly ShapeBorder shape
Field Value
Methods
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides
Declaration
public bool Equals(CardTheme other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
public static CardTheme lerp(CardTheme a, CardTheme b, float t)
Parameters
Returns
of(BuildContext)
Declaration
public static CardTheme of(BuildContext context)
Parameters
Returns