BigTextStyleInformation class

Used to pass the content for an Android notification displayed using the big text style.

Inheritance

Constructors

BigTextStyleInformation(String bigText, {bool htmlFormatBigText = false, String? contentTitle, bool htmlFormatContentTitle = false, String? summaryText, bool htmlFormatSummaryText = false, bool htmlFormatContent = false, bool htmlFormatTitle = false})
Constructs an instance of BigTextStyleInformation.
const

Properties

bigText String
Provide the longer text to be displayed in the big form of the template in place of the content text.
final
contentTitle String?
Overrides ContentTitle in the big form of the template.
final
hashCode int
The hash code for this object.
no setterinherited
htmlFormatBigText bool
Specifies if formatting should be applied to the longer text through HTML markup.
final
htmlFormatContent bool
Specifies if formatting should be applied to the content through HTML markup.
finalinherited
htmlFormatContentTitle bool
Specifies if the overridden ContentTitle should have formatting applies through HTML markup.
final
htmlFormatSummaryText bool
Specifies if formatting should be applied to the first line of text after the detail section in the big form of the template.
final
htmlFormatTitle bool
Specifies if formatting should be applied to the title through HTML markup.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summaryText String?
Set the first line of text after the detail section in the big form of the template.
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