rive property
Factory
get
rive
Implementation
static Factory get rive {
if (Platform.instance.isLinux) {
debugPrint(
'\nRive factory for Linux is not yet supported, using Flutter factory.\n');
return getFlutterFactory();
} else {
return getRiveFactory();
}
}