Inheritance
System.Object
AppBarTheme
public class AppBarTheme : Diagnosticable
Constructors
AppBarTheme(Nullable<Brightness>, Color, Nullable<Single>, IconThemeData, TextTheme)
Declaration
public AppBarTheme(Brightness? brightness = default(Brightness? ), Color color = null, float? elevation = default(float? ), IconThemeData iconTheme = null, TextTheme textTheme = null)
Parameters
Fields
Declaration
public readonly Brightness? brightness
Field Value
Declaration
public readonly Color color
Field Value
Declaration
public readonly float? elevation
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public readonly IconThemeData iconTheme
Field Value
textTheme
Declaration
public readonly TextTheme textTheme
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(AppBarTheme other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
public static AppBarTheme lerp(AppBarTheme a, AppBarTheme b, float t)
Parameters
Returns
of(BuildContext)
Declaration
public static AppBarTheme of(BuildContext context)
Parameters
Returns
Operators
Declaration
public static bool operator ==(AppBarTheme left, AppBarTheme right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(AppBarTheme left, AppBarTheme right)
Parameters
Returns
Type |
Description |
System.Boolean |
|