SimpleVerificationBottomSheet class

Inheritance

Constructors

SimpleVerificationBottomSheet({Key? key, required PinInputController controller, ValueChanged<String>? onInputComplete, VoidCallback? onSkip, bool showSkipButton = false, String title = '간편 비밀번호를 입력해 주세요', String description = "계정 정보를 안전하게 지키고,\n다음부터는 간편하게 로그인할 수 있어요.", String? errorText, String shuffleText = '재배열', PinInputTheme? theme, PinDotStyle? dotStyle, TextStyle? titleStyle, TextStyle? descriptionStyle, TextStyle? errorTextStyle, TextStyle? numberTextStyle, TextStyle? buttonTextStyle, TextStyle? skipTextStyle})

Properties

buttonTextStyle TextStyle?
final
controller PinInputController
final
description String
final
descriptionStyle TextStyle?
final
dotStyle PinDotStyle?
final
errorText String?
final
errorTextStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
numberTextStyle TextStyle?
final
onInputComplete ValueChanged<String>?
6자리 PIN 입력이 완료되면 즉시 호출됩니다.
final
onSkip VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSkipButton bool
final
shuffleText String
final
skipTextStyle TextStyle?
final
theme PinInputTheme
final
title String
final
titleStyle TextStyle?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<SimpleVerificationBottomSheet>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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

Static Methods

show({required BuildContext context, PinInputController? controller, ValueChanged<String>? onInputComplete, VoidCallback? onSkip, bool showSkipButton = false, String title = '간편 비밀번호를 입력해 주세요', String description = "계정 정보를 안전하게 지키고,\n다음부터는 간편하게 로그인할 수 있어요.", String? errorText, String shuffleText = '재배열', PinInputTheme? theme, PinDotStyle? dotStyle, TextStyle? titleStyle, TextStyle? descriptionStyle, TextStyle? errorTextStyle, TextStyle? numberTextStyle, TextStyle? buttonTextStyle, TextStyle? skipTextStyle}) PinInputController