SystemMessageTheme class

Annotations

Constructors

SystemMessageTheme({required EdgeInsets margin, TextStyle? linkTextStyle, required TextStyle textStyle, TextStyle? boldTextStyle, TextStyle? codeTextStyle})
const

Properties

boldTextStyle TextStyle?
Style to apply to anything that matches bold markdown.
final
codeTextStyle TextStyle?
Style to apply to anything that matches code markdown.
final
hashCode int
The hash code for this object.
no setterinherited
linkTextStyle TextStyle?
Style to apply to anything that matches a link.
final
margin EdgeInsets
Margin around the system message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
Regular style to use for any unmatched text. Also used as basis for the fallback options.
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