findAdaptiveIconBackgroundPath function

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

Implementation

String findAdaptiveIconBackgroundPath({
  required String sizeDirectory,
}) =>
    path.join(findResFolderPath(), sizeDirectory, _adaptiveBackgroundIcon);