BoolFieldContentBuilder typedef

BoolFieldContentBuilder = Widget Function(String placeholder, bool value, ValueChanged<bool> onChanged)

Implementation

typedef BoolFieldContentBuilder = Widget Function(
  String placeholder,
  bool value,
  ValueChanged<bool> onChanged,
);