MemoryAssetBackground class

Implemented types
Annotations

Constructors

MemoryAssetBackground({required Uint8List bytes})
Background for memory asset
const

Properties

bytes Uint8List
Asset bytes
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context) Widget
Playgroung builder
override
copyWith({Uint8List? bytes}) MemoryAssetBackground
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override