menu
mvc_application package
documentation
view.dart
SetState
SetState const constructor
SetState const constructor
dark_mode
light_mode
SetState
constructor
const
SetState
(
{
Key
?
key
,
required
BuilderWidget
<
Object
>
builder
,
})
Implementation
const SetState({Key? key, required this.builder}) : super(key: key);
mvc_application package
documentation
view
SetState
SetState const constructor
SetState class