adding packages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import 'assets.dart';
|
||||
|
||||
String getClefAsset(bool trebleClef) {
|
||||
if (trebleClef) return trebleClef_asset;
|
||||
return bassClef_asset;
|
||||
}
|
||||
Reference in New Issue
Block a user