AppBarTheme class
Constructors
-
AppBarTheme({double height = 40.0, double shadowHeight = 16.0, BoxDecoration shadowBoxDecoration = const BoxDecoration(gradient: LinearGradient(colors: [Color.fromRGBO(0, 0, 0, 0.15), Colors.transparent], begin: Alignment.bottomCenter, end: Alignment.topCenter))})
-
const
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
height
→ double
-
The height of the app bar on the top of the widget.
final
-
props
→ List<Object?>
-
The list of properties that will be used to determine whether
two instances are equal.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
shadowBoxDecoration
→ BoxDecoration
-
The box decoration of the container that simulates the shadow at the
bottom of the app bar.
final
-
shadowHeight
→ double
-
The height of the container that simulates the shadow at the bottom of
the app bar.
final
-
stringify
→ bool?
-
If set to
true
, the toString
method will be overridden to output
this instance's props
.
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