TalkerScreenTheme class
Configuring the UI of TalkerScreen
Constructors
- TalkerScreenTheme.new({Color backgroundColor = const Color(0xFF212121), Color textColor = Colors.white, Color cardColor = defaultCardBackgroundColor, LogColors? logColors})
-
const
- TalkerScreenTheme.fromTheme(ThemeData theme, [LogColors? logColors])
-
factory
Properties
- backgroundColor → Color
-
Background screen color
final
- cardColor → Color
-
Color of Talker data cards
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
logColors
→ Map<
String, Color> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textColor → Color
-
Color of text on screen
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