findAdaptiveIconForegroundPath function

String findAdaptiveIconForegroundPath({
  1. required String sizeDirectory,
})

Implementation

String findAdaptiveIconForegroundPath({
  required String sizeDirectory,
}) =>
    path.join(findResFolderPath(), sizeDirectory, _adaptiveForegroundIcon);