FlutterAppBar class

Implemented types
Annotations

Constructors

FlutterAppBar({@cN FlutterKey? key, @cN AnyWidget? leading, bool? automaticallyImplyLeading, @cN AnyWidget? title, @cN AnyWidgetList? actions, @cN AnyWidget? flexibleSpace, @cN AnyWidget? bottom, double? elevation, FlutterColor? shadowColor, @cN FlutterShapeBorder? shape, FlutterColor? backgroundColor, FlutterColor? foregroundColor, FlutterIconThemeData? iconTheme, FlutterIconThemeData? actionsIconTheme, bool? primary, bool? centerTitle, bool? excludeHeaderSemantics, double? titleSpacing, double? toolbarOpacity, double? bottomOpacity, double? toolbarHeight, double? leadingWidth, FlutterTextStyle? toolbarTextStyle, FlutterTextStyle? titleTextStyle, FlutterSystemUiOverlayStyle? systemOverlayStyle})
factory
FlutterAppBar.fromJson(Map<String, dynamic> json)
factory

Properties

actions AnyWidgetList?
no setterinherited
actionsIconTheme FlutterIconThemeData?
no setterinherited
automaticallyImplyLeading bool?
no setterinherited
backgroundColor FlutterColor?
no setterinherited
bottom AnyWidget?
no setterinherited
bottomOpacity double?
no setterinherited
centerTitle bool?
no setterinherited
elevation double?
no setterinherited
excludeHeaderSemantics bool?
no setterinherited
flexibleSpace AnyWidget?
no setterinherited
foregroundColor FlutterColor?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
iconTheme FlutterIconThemeData?
no setterinherited
key FlutterKey?
no setterinherited
leading AnyWidget?
no setterinherited
leadingWidth double?
no setterinherited
primary bool?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor FlutterColor?
no setterinherited
shape FlutterShapeBorder?
no setterinherited
systemOverlayStyle FlutterSystemUiOverlayStyle?
no setterinherited
title AnyWidget?
no setterinherited
titleSpacing double?
no setterinherited
titleTextStyle FlutterTextStyle?
no setterinherited
toolbarHeight double?
no setterinherited
toolbarOpacity double?
no setterinherited
toolbarTextStyle FlutterTextStyle?
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_FlutterAppBar value)) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toWidget(AnyWidgetContext context) AppBar
override

Operators

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

Constants

unionValue → const String