yt
yt
Image
Image.fromFile factory constructor
Image.fromFile
Image.fromFile
constructor
Null safety
Image.fromFile
(
File
imageFile
)
Implementation
factory Image.fromFile(File imageFile) => Image(imageFile.readAsBytesSync());
yt
yt
Image
Image.fromFile factory constructor
Image class
Constructors
Image
fromBase64
fromDecodedImage
fromFile
fromFilePath
fromJson
Properties
content
encodedBytes
hashCode
height
runtimeType
width
Methods
copyCrop
drawLine
drawString
noSuchMethod
toJson
toString
writeAsJpeg
Operators
operator ==