Inheritance
System.Object
BottomAppBar
public class BottomAppBar : StatefulWidget
Constructors
Declaration
public BottomAppBar(Key key = null, Color color = null, float? elevation = default(float? ), NotchedShape shape = null, Clip clipBehavior = Clip.none, float notchMargin = 4F, Widget child = null)
Parameters
Type |
Name |
Description |
Key |
key |
|
Color |
color |
|
System.Nullable<System.Single> |
elevation |
|
NotchedShape |
shape |
|
Clip |
clipBehavior |
|
System.Single |
notchMargin |
|
Widget |
child |
|
Fields
Declaration
public readonly Widget child
Field Value
Declaration
public readonly Clip clipBehavior
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 float notchMargin
Field Value
Type |
Description |
System.Single |
|
Declaration
public readonly NotchedShape shape
Field Value
Methods
Declaration
public override State createState()
Returns
Overrides