blobColor property
int
get
blobColor
Implementation
int get blobColor => ref.blobColor;
set
blobColor
(int value)
Implementation
set blobColor(int value) => ref.blobColor = value;