TemplateButtons class

Inheritance

Constructors

TemplateButtons({String? thumbnailImageUrl, TemplateImageAspectRatio? imageAspectRatio, TemplateImageSize? imageSize, String? imageBackgroundColor, String? title, required String text, List<URIAction> actions = const []})
const

Properties

actions List<URIAction>
final
hashCode int
The hash code for this object.
no setterinherited
imageAspectRatio TemplateImageAspectRatio?
final
imageBackgroundColor String?
final
imageSize TemplateImageSize?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
thumbnailImageUrl String?
final
title String?
final
type TemplateType
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited