StreamGalleryFooterThemeData class
A style that overrides the default appearance of GalleryFooters when used with StreamGalleryFooterTheme or with the overall StreamChatTheme's StreamChatThemeData.galleryFooterTheme.
See also:
- StreamGalleryFooterTheme, the theme which is configured with this class.
- StreamChatThemeData.galleryFooterTheme, which can be used to override the default style for GalleryFooters below the overall StreamChatTheme.
- Mixed-in types
Constructors
-
Creates an StreamGalleryFooterThemeData.
const
Properties
- backgroundColor → Color?
-
The background color for the GalleryFooter widget.
final
- bottomSheetBackgroundColor → Color?
-
The background color to use for the bottom sheet.
final
- bottomSheetBarrierColor → Color?
-
The color to use behind the bottom sheet.
final
- bottomSheetCloseIconColor → Color?
-
The color to use for the "close" icon.
final
- bottomSheetPhotosTextStyle → TextStyle?
-
The TextStyle to use for the "photos" text in the bottom sheet.
final
- gridIconButtonColor → Color?
-
The color to use for the "grid" icon.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The color for the "share" icon.
final
- titleTextStyle → TextStyle?
-
The TextStyle to use for the GalleryFooter title text.
final
Methods
-
copyWith(
{Color? backgroundColor, TextStyle? titleTextStyle, Color? gridIconButtonColor, Color? bottomSheetBarrierColor, Color? bottomSheetBackgroundColor, TextStyle? bottomSheetPhotosTextStyle, Color? bottomSheetCloseIconColor}) → StreamGalleryFooterThemeData - Copies this StreamGalleryFooterThemeData to another.
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
override
-
lerp(
StreamGalleryFooterThemeData a, StreamGalleryFooterThemeData b, double t) → StreamGalleryFooterThemeData - Linearly interpolate between two GalleryFooter themes.
-
merge(
StreamGalleryFooterThemeData? other) → StreamGalleryFooterThemeData - Merges one StreamGalleryFooterThemeData with another.
-
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
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override