sourceFormatIcon function

Widget sourceFormatIcon(
  1. RohdSourceFormat format, {
  2. double size = 18,
})

Backwards-compatible alias for sourceFormatMenuIcon.

Implementation

Widget sourceFormatIcon(RohdSourceFormat format, {double size = 18}) =>
    sourceFormatMenuIcon(format, size: size);