menu
flutter_compose_ui_modifiers package
documentation
util/m_callback.dart
IntCallBackFuture<T> typedef
IntCallBackFuture<T> typedef
dark_mode
light_mode
IntCallBackFuture<
T
>
typedef
IntCallBackFuture
<
T
> =
Future
<
T
>
Function
(
int
value
)
Implementation
typedef IntCallBackFuture<T> = Future<T> Function(int value);
flutter_compose_ui_modifiers package
documentation
util/m_callback
IntCallBackFuture<T> typedef
m_callback library