trpp
note
AddNoteScreenState
onWillPop method
onWillPop
trpp
note
AddNoteScreenState
onWillPop method
AddNoteScreenState class
Constructors
AddNoteScreenState
Properties
addNotificationDialog
contentController
context
hashCode
isNew
keyboardIsUp
mode
mounted
nm
notificationModel
runtimeType
widget
Methods
addNewNote
build
deactivate
debugFillProperties
didChangeDependencies
didUpdateWidget
dispose
getIconForNotificationBtn
getResFromPicker
getText
handleDelete
handleSave
initState
mSetState
noSuchMethod
onWillPop
reassemble
saveObBackBtn
setState
toDiagnosticsNode
toString
toStringShort
updateNote
Operators
operator ==
onWillPop
method
Future
<
bool
>
onWillPop
(
)
Implementation
Future<bool> onWillPop() async { Navigator.pop(context, true); return true; }