BytesSource constructor

BytesSource(
  1. Uint8List bytes
)

Provides the source as bytes for the splash screen

Implementation

BytesSource(this.bytes);