HighLightTheme class

The HighLightTheme class is used to customize the highlighter.

Constructors

HighLightTheme({required Color backgroundColor, EdgeInsets padding = EdgeInsets.zero, BorderRadius radius = BorderRadius.zero})
Creates a HighLightTheme.
HighLightTheme.defaultTheme()
Default HighLightTheme.
factory

Properties

backgroundColor Color
The backgroundColor of background area color.
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsets
The padding of the highlighter.
final
radius BorderRadius
The radius of the highlighter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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