Enum MBTopAppBarType
Material Theme top app bar type applied to an MBTopAppBar.
[Flags]
public enum MBTopAppBarType
Fields
Dense = 2The dense variety.
Fixed = 1The fixed variety.
Prominent = 4The prominent variety.
Short = 8The short variety.
ShortCollapsed = 16The short collapsed variety.
Standard = 0The standard variety.