androidColorsFile function

String androidColorsFile(
  1. String? flavor
)

Relative path to android colors.xml file

Implementation

String androidColorsFile(String? flavor) =>
    "android/app/src/${flavor ?? 'main'}/res/values/colors.xml";