isProd property
Production mode flag.
When true, the widget will hide the default empty state (OptionEmpty)
and display nothing (empty SizedBox) when data is null, unless a custom
emptyBuilder is provided. This is useful for production environments where
you want minimal UI feedback for empty states.
Default: false (shows OptionEmpty by default).
Implementation
final bool isProd;