leadingWidget method

Widget leadingWidget()

Implementation

Widget leadingWidget() {
  return Icon(color: theme.primaryColor(), icon, size: 24);
}