Inheritance
BottomAppBarTheme
public class BottomAppBarTheme : Diagnosticable
Constructors
Declaration
public BottomAppBarTheme(Color color = null, float? elevation = default(float? ), NotchedShape shape = null)
Parameters
Fields
Declaration
public readonly Color color
Field Value
Declaration
public readonly float? elevation
Field Value
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 |
| Object |
obj |
|
Returns
Overrides
Declaration
public bool Equals(BottomAppBarTheme other)
Parameters
Returns
Declaration
public override int GetHashCode()
Returns
Overrides
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
Declaration
public static bool operator !=(BottomAppBarTheme left, BottomAppBarTheme right)
Parameters
Returns