overrideTileScaffold property

bool overrideTileScaffold
final

Flag to determine whether to use a custom Pylon scaffold instead of the default ListTile layout.

When true, the wrapper renders a Pylon widget directly, providing full control over the field's presentation (e.g., for non-tile-based designs). When false (default), it uses a ListTile with built-in support for field metadata like icons, titles, and subtitles, ensuring consistency with Arcane's form styling.

This option is useful for integrating with other layout components like CardSection or custom grids where tile semantics are not desired.

Implementation

final bool overrideTileScaffold;