ClueOverlay class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
closeBackClueDialog()
→ void
-
-
hideLoading()
→ void
-
전역 로딩 종료
-
showCalendarMulti({List<DateTime>? initDateTime, DateTime? minDateTime, DateTime? maxDateTime, int selectMaxCount = 5, dynamic required, String? errorFontfamily, String? lastMonthString, String? nextMonthString, String? cancelString, String? okString, String? selectDateString, String? daysMaxString})
→ Future<List<DateTime>?>
-
달력 호출(multi)
-
showCalendarRange({({DateTime endDate, DateTime startDate})? initDateTime, DateTime? minDateTime, DateTime? maxDateTime, int maxRangeCount = 7, dynamic required, String? errorFontfamily, String? lastMonthString, String? nextMonthString, String? cancelString, String? okString, String? selectDateString, String? daysMaxString, String? selectDurationString})
→ Future<({DateTime endDate, DateTime startDate})?>
-
달력 호출(range)
-
showCalendarSingle({DateTime? initDateTime, DateTime? minDateTime, DateTime? maxDateTime, dynamic required, String? lastMonthString, String? nextMonthString, String? cancelString, String? okString, String? selectDateString})
→ Future<DateTime?>
-
달력 호출(single)
-
showClueDialog({required Widget dialog, dynamic required})
→ Future<DialogState?>
-
다이얼로그 호출
-
showErrorToast(String text, {String? fontfamily, SvgPicture? circleRedNotice})
→ void
-
실패 토스트 메시지 호출
-
showLoading()
→ void
-
전역 로딩 시작
-
showSuccessToast(String text, {String? fontfamily, SvgPicture? circleBlueCheck})
→ void
-
성공 토스트 메시지 호출