ItinereoAppBar class

A custom app bar for the Itinereo app, featuring:

  • Optional back button
  • Colored top bar and bottom section
  • Centered pill-style title

The app bar height is fixed to 90 pixels. It modifies the system status bar color and icon brightness as well.

Inheritance
Implemented types

Constructors

ItinereoAppBar({Key? key, required String title, required Color textColor, required Color pillColor, required Color topBarColor, bool? isBackButtonVisible = false, VoidCallback? onBack, bool showPill = true})
Creates an ItinereoAppBar widget with customizable sections and optional back navigation
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isBackButtonVisible bool?
Whether to display the back button on the left.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onBack VoidCallback?
Callback executed when the back button is pressed.
final
pillColor Color
Background color of the pill containing the title.
final
preferredSize Size
The size this widget would prefer if it were otherwise unconstrained.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPill bool
Controls whether the title pill is shown.
final
textColor Color
Color of the title text inside the pill.
final
title String
Main title displayed in the center pill.
final
topBarColor Color
Color of the top bar section (55px height).
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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