borderOnForeground property

bool borderOnForeground
final

Whether to paint the shape border in front of the ListTile.

The default value is true. If false, the border will be painted behind the ListTile.

shapeの境界線をListTileの前に描画するかどうか。

デフォルト値はtrueです。falseの場合、境界線はListTileの後ろに描画されます。

Implementation

final bool borderOnForeground = true;