tools static method

Widget tools({
  1. Color? color,
})

Implementation

static Widget tools({Color? color}) => svg(
      'ic_tools',
      width: 26.h,
      height: 26.h,
      color: color,
    );