SafaehTileBuilder<T> typedef

SafaehTileBuilder<T> = Widget Function(BuildContext context, SafaehTileOption<T> option, bool selected)

Builds a custom row for SafaehTilePickerBody. Tap, pop, and multi-select stay on the body (the row is visual). Use onSelected to intercept.

Implementation

typedef SafaehTileBuilder<T> =
    Widget Function(
      BuildContext context,
      SafaehTileOption<T> option,
      bool selected,
    );