sectionHighlighted property

Widget sectionHighlighted

Implementation

Widget get sectionHighlighted {
  return Container(
    height: 12,
    width: 12,
    decoration: BoxDecoration(
      color: Theme.of(context).accentColor,
      image: null,
      shape: BoxShape.circle,
    ),
  );
}