BulletinItem class

Constructors

BulletinItem({required String text, required VoidCallback? onTap, Widget? icon, TextStyle? textStyle})
Bulletin Item

Properties

hashCode int
The hash code for this object.
no setterinherited
icon Widget?
Icon of the bulletin
final
onTap VoidCallback?
Function called onTap to bulletin
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Text of the bulletin
final
textStyle TextStyle?
Text style of the bulletin
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