ScreenLockConfig class

Constructors

ScreenLockConfig({Color? backgroundColor, TextStyle? titleTextStyle, TextStyle? textStyle, ButtonStyle? buttonStyle, ThemeData? themeData})
const

Properties

backgroundColor Color?
Background color of the ScreenLock.
final
buttonStyle ButtonStyle?
Button style for keypad buttons.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
Text style for other Texts.
final
themeData ThemeData?
Base ThemeData that is overriden by other specified values.
final
titleTextStyle TextStyle?
Text style for title Texts.
final

Methods

copyWith({Color? backgroundColor, TextStyle? titleTextStyle, TextStyle? textStyle, ButtonStyle? buttonStyle, ThemeData? themeData}) ScreenLockConfig
Copies a ScreenLockConfig with new values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toThemeData() ThemeData
Returns this config as a ThemeData.

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

defaultConfig ScreenLockConfig
Default ScreenLockConfig.
final