GetAppBar class

Constructors

GetAppBar()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

simple({Widget? leading, Widget? bottom, Widget? flexibleSpace, List<Widget>? actions, LinearProgress? progress, Widget? customTitle, String? title, TextStyle? titleStyle, ShapeBorder? shape, Color? backgroundColor, bool? centerTitle, bool interactive = true, bool showLeading = true, bool? showProgress, double? elevation, double? toolbarHeight, double bottomHeight = 0.0, double bottomConstant = 48.0, double? leadingWidth, double? titleSpacing}) GetSimpleAppBar
sliver({Widget? leading, Widget? bottom, Widget? flexibleSpace, Widget? sliverRefresh, List<Widget>? actions, List<Widget>? largeActions, LinearProgress? progress, Widget? customTitle, Widget? customLargeTitle, String? title, TextStyle? titleStyle, TextStyle? largeTitleStyle, ShapeBorder? shape, Color? backgroundColor, bool largeTitle = true, bool? centerTitle, bool floating = false, bool pinned = true, bool interactive = true, bool showLeading = true, bool translucent = true, bool elevateAlways = true, bool? showProgress, double? elevation, double? toolbarHeight, double bottomHeight = 0.0, double bottomConstant = 36.0, double largeTitleHeight = 47.0, double? leadingWidth, double? titleSpacing, double topPadding = kStandardPadding, double bottomPadding = kStandardPadding, double leftPadding = kStandardPaddingX, double rightPadding = kStandardPaddingX, double? verticalPadding, double? horizontalPadding, SwipeRefreshCallback? onRefresh}) GetSliverAppBar
status(BuildContext context, {bool hidden = false}) AppBar