menu
nylo_support package
documentation
widgets/ny_state.dart
NyState<T extends StatefulWidget>
init method
init method
dark_mode
light_mode
init
method
dynamic
init
(
)
Initialize your widget in
init
.
init
is called in the
initState
method. This method is async so you can call methods that are Futures.
Implementation
init() async {}
nylo_support package
documentation
widgets/ny_state
NyState<T extends StatefulWidget>
init method
NyState class