BytesSource constructor
BytesSource(
- Uint8List bytes
Provides the source as bytes for the splash screen
Implementation
BytesSource(this.bytes);
Provides the source as bytes for the splash screen
BytesSource(this.bytes);