isMaterial3 static method

bool isMaterial3()

Check theme is Material 3 or not

Implementation

static bool isMaterial3() {
  return PlexSp.instance.getBool("UseMaterial3") ?? true;
}