PinInputTheme class
Constructors
- PinInputTheme({required Color domainColor, double emptyOpacity = 0.20, double descriptionOpacity = 0.60, double textOpacity = 0.90, double buttonTextOpacity = 0.90})
-
const
- PinInputTheme.defaultTheme()
-
factory
- PinInputTheme.error()
-
factory
- PinInputTheme.success()
-
factory
Properties
-
no setter
-
버튼 텍스트 투명도
final
- descriptionColor → Color
-
no setter
- descriptionOpacity → double
-
설명/보조 텍스트 투명도
final
- domainColor → Color
-
기준 색상 (도메인 컬러)
final
- emptyColor → Color
-
no setter
- emptyOpacity → double
-
미입력 도트 색상 투명도
final
- filledColor → Color
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- primaryColor → Color
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- splashColor → Color
-
no setter
- textColor → Color
-
no setter
- textOpacity → double
-
주요 텍스트(타이틀/숫자) 투명도
final
Methods
-
copyWith(
{Color? domainColor, double? emptyOpacity, double? descriptionOpacity, double? textOpacity, double? buttonTextOpacity}) → PinInputTheme -
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