ISpectOptions class final

Constructors

ISpectOptions.new({required Talker talker, required ThemeMode themeMode, required ThemeData lightTheme, required ThemeData darkTheme, required Locale locale, required ISpectController controller, bool isInitialized = false})
const

Properties

controller ISpectController
final
darkTheme ThemeData
final
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
final
lightTheme ThemeData
final
locale Locale
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
talker → Talker
final
themeMode ThemeMode
final

Methods

copyWith({Talker? talker, ThemeMode? themeMode, ThemeData? lightTheme, ThemeData? darkTheme, Locale? locale, ISpectController? controller, bool? isInitialized}) ISpectOptions
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