forme_base_fields library

Typedefs

BeforeValueChanged<T> = Future<bool> Function(FormeFieldState<T> field, T value, bool isValid())
if dropdown is changing to a new value , this function is used to check whether new value can be changed or not
FormeCupertinoDurationFormatter = String Function(Duration duration, CupertinoTimerPickerMode mode)
FormeDateRangeFormatter = String Function(DateTimeRange range)
FormeDateTimeFormatter = String Function(FormeDateTimeType type, DateTime dateTime)
FormeExpansionListTileControlBuilder<T extends Object> = Widget Function(BuildContext context, T data, bool isSelected, VoidCallback? toggle)
FormeLabelRender = String Function(double value)
FormeTimeFieldFormatter = String Function(TimeOfDay timeOfDay)