flutter_ume_kit_ui_plus library

Enums

BarStyle

Functions

bindingAmbiguate<T>(T? value) → T?
This allows a value of type T or T? to be treated as a value of type T?.

Typedefs

OnChangeHandle = void Function(String text)
OnFocusChangeHandle = void Function(bool focus)
OnSubmitHandle = void Function(String text)