PopupScreenArguments class Null safety ScreenArguments

팝업 화면에 전달하는 파라메터입니다.

Constructors

PopupScreenArguments({required PopupType type, Function? onTapCancel, Function? onTapNormal, Function? onTapNo, Function? onTapYes, Function? onTapOutside, Function? onClose, dynamic data})

Properties

data → dynamic
다이나믹 타입 데이터
final
hashCode int
The hash code for this object. [...]
read-only, inherited
onClose Function?
팝업이 닫힐때 콜백함수
final
onTapCancel Function?
취소 버튼을 눌렀을때 콜백함수
final
onTapNo Function?
아니오 버튼을 눌렀을때 콜백함수
final
onTapNormal Function?
예, 아니오, 취소가 아닌 일반 버튼을 눌렀을때 콜백함수
final
onTapOutside Function?
팝업 바깥영역을 눌렀을때 콜백함수
final
onTapYes Function?
예 버튼을 눌렀을때 콜백함수
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
type PopupType
팝업 타입
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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