ToastContent class

Inheritance

Constructors

ToastContent({Key? key, Widget? title, required Widget description, required NotificationType notificationType, required bool displayCloseButton, required void onCloseButtonPressed(), Widget closeButton(void dismissNotification())?, Widget? icon, double iconSize = 20, Widget? action, dynamic onActionPressed()?})
const

Properties

action Widget?
Action widget rendered with clickable inkwell by default action == null
final
closeButton → (Widget Function(void dismissNotification())?)
Display or hide the close button widget
final
description Widget
The description of the notification text string
final
displayCloseButton bool
Display or hide the close button widget
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
The notification icon
final
iconSize double
The icon size on pixels
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
notificationType NotificationType
The type of the notification, will be set automatically on every constructor possible values
final
onActionPressed → (dynamic Function()?)
Function invoked when pressing action widget must be not null when action != null
final
onCloseButtonPressed → void Function()
The function invoked when pressing the close button
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget?
The title of the notification if any
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}) 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