i property
ColorTheme
get
i
Implementation
static ColorTheme get i {
if (_i != null) {
return _i!;
} else {
throw UnimplementedError("$ColorTheme not activate yet!");
}
}
static ColorTheme get i {
if (_i != null) {
return _i!;
} else {
throw UnimplementedError("$ColorTheme not activate yet!");
}
}