functions/dialogs library
empathetech_flutter_ui Copyright (c) 2023 Empathetech LLC. All rights reserved. See LICENSE for distribution and usage details.
Functions
-
ezColorPicker(
{required BuildContext context, required Color startColor, required void onColorChange(Color chosenColor), required void apply(), required void cancel()}) → Future -
Wrap a
ColorPicker
in an EzDialog -
logAlert(
BuildContext context, String message) → Future - Log the passed message and display an EzDialog for the user Should always return null via popScreen