PlatformAppBar class

Implemented types

Constructors

PlatformAppBar({Key? widgetKey, MaterialAppBarData? materialAppBarData, CupertinoNavigationBarData? cupertinoNavigationBarData, Widget? title, Color? backgroundColor, Widget? leading, bool automaticallyImplyLeading = kAutoImplyLeading, PreferredSizeWidget? bottom})
const

Properties

automaticallyImplyLeading bool
final
backgroundColor Color?
final
bottom PreferredSizeWidget?
final
cupertinoNavigationBarData CupertinoNavigationBarData?
final
hashCode int
The hash code for this object.
no setterinherited
leading Widget?
final
materialAppBarData MaterialAppBarData?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget?
final
widgetKey Key?
final

Methods

cupertinoBuilder(BuildContext context) ObstructingPreferredSizeWidget
override
materialBuilder(BuildContext context) PreferredSizeWidget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited