AppBarModel class

Before the implementation of ScrollableScaffold this widget was used in order to build the app bar.

Annotations

Constructors

AppBarModel.of({ShapeBorder? shapeBorder, List<Widget>? actions, double height = 75, double margin = 10, PreferredSizeWidget? bottomButtons, required BuildContext context, required Text title, required String profileTitle, required List<Color> gradientColors, required List<double> gradientProportions})
Builds a model for the AppBarFactory
const

Properties

actions List<Widget>?
final
bottomButtons PreferredSizeWidget?
final
context BuildContext
final
gradientColors List<Color>
final
gradientProportions List<double>
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
margin double
final
profileTitle String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeBorder ShapeBorder?
final
title Text
final

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