listIconShape top-level property

ShapeDecoration listIconShape
getter/setter pair

Icon shape decoration for list items.

Implementation

ShapeDecoration listIconShape =
    const ShapeDecoration(color: Colors.grey, shape: CircleBorder());