menu
nylo_support package
documentation
widgets/src/ny_base_state.dart
NyBaseState<T extends StatefulWidget>
NyBaseState.new constructor
NyBaseState.new constructor
dark_mode
light_mode
NyBaseState<
T extends StatefulWidget
>
constructor
NyBaseState<
T extends StatefulWidget
>
(
{
String
?
name
,
String
?
path
,
})
Base NyState
Implementation
NyBaseState({String? name, String? path}) : stateName = name ?? path;
nylo_support package
documentation
widgets/src/ny_base_state
NyBaseState<T extends StatefulWidget>
NyBaseState.new constructor
NyBaseState class