Flutter
widgets
VoidCallbackIntent
VoidCallbackIntent const constructor
VoidCallbackIntent
description
VoidCallbackIntent
constructor
Null safety
const
VoidCallbackIntent
(
VoidCallback
callback
)
Creates a
VoidCallbackIntent
.
Implementation
const VoidCallbackIntent(this.callback);
Flutter
widgets
VoidCallbackIntent
VoidCallbackIntent const constructor
VoidCallbackIntent class
Constructors
VoidCallbackIntent
Properties
callback
hashCode
runtimeType
Methods
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringShort
Operators
operator ==