Inheritance
System.Object
BottomAppBarTheme
public class BottomAppBarTheme : Diagnosticable
Constructors
Declaration
public BottomAppBarTheme(Color color = null, float? elevation = default(float? ), NotchedShape shape = null)
Parameters
Type |
Name |
Description |
Color |
color |
|
System.Nullable<System.Single> |
elevation |
|
NotchedShape |
shape |
|
Fields
Declaration
public readonly Color color
Field Value
Declaration
public readonly float? elevation
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public readonly NotchedShape shape
Field Value
Methods
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
Overrides
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Declaration
public bool Equals(BottomAppBarTheme other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
public static BottomAppBarTheme lerp(BottomAppBarTheme a, BottomAppBarTheme b, float t)
Parameters
Returns
of(BuildContext)
Declaration
public static BottomAppBarTheme of(BuildContext context)
Parameters
Returns
Operators
Declaration
public static bool operator ==(BottomAppBarTheme left, BottomAppBarTheme right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(BottomAppBarTheme left, BottomAppBarTheme right)
Parameters
Returns
Type |
Description |
System.Boolean |
|