image property
The dart:ui instance of the current frame.
Implementation
ui.Image? get image => _image;
The dart:ui instance of the current frame.
Implementation
set image(ui.Image? value) {
_image = value;
notifyListeners();
}
The dart:ui instance of the current frame.
ui.Image? get image => _image;
The dart:ui instance of the current frame.
set image(ui.Image? value) {
_image = value;
notifyListeners();
}