menu
Flutter
widgets
VoidCallbackIntent
VoidCallbackIntent const constructor
VoidCallbackIntent
brightness_4
brightness_5
description
VoidCallbackIntent
constructor
const
VoidCallbackIntent
(
VoidCallback
callback
)
Creates a
VoidCallbackIntent
.
Implementation
const VoidCallbackIntent(this.callback);
Flutter
widgets
VoidCallbackIntent
VoidCallbackIntent const constructor
VoidCallbackIntent class