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