logoBytes property
Cross-Platform Raw bytes for the company logo.
Load via (await rootBundle.load('assets/logo.png')).buffer.asUint8List()
Implementation
final Uint8List? logoBytes;
Cross-Platform Raw bytes for the company logo.
Load via (await rootBundle.load('assets/logo.png')).buffer.asUint8List()
final Uint8List? logoBytes;