ZdsBottomBarThemeData class

Applies style to any child of type ZdsBottomBar.

Constructors

ZdsBottomBarThemeData({required double height, required List<BoxShadow> shadows, required Color backgroundColor, required EdgeInsets contentPadding})
Constructs a ZdsBottomBarThemeData.

Properties

backgroundColor Color
Background color of the bottom bar.
final
contentPadding EdgeInsets
Interior content padding of the bottom bar.
final
hashCode int
The hash code for this object.
no setterinherited
height double
Height of the bottom bar.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows List<BoxShadow>
Box shadows to be applied to the bottom bar.
final

Methods

copyWith({double? height, List<BoxShadow>? shadows, Color? backgroundColor, EdgeInsets? contentPadding}) ZdsBottomBarThemeData
Creates a copy of this ZdsBottomBarThemeData, but with the given fields replaced wih the new values.
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