getIcon method

Widget getIcon()

Implementation

Widget getIcon() {
  return Padding(
    padding: const EdgeInsets.only(
      right: 4.0,
    ),
    child: icon!,
  );
}