listIconShape top-level property
Icon shape decoration for list items.
Implementation
ShapeDecoration listIconShape =
const ShapeDecoration(color: Colors.grey, shape: CircleBorder());
Icon shape decoration for list items.
ShapeDecoration listIconShape =
const ShapeDecoration(color: Colors.grey, shape: CircleBorder());