makeTransparent method
void
makeTransparent({
- T? paintId,
Manipulate the paint to make it fully transparent.
Implementation
void makeTransparent({T? paintId}) {
setOpacity(0, paintId: paintId);
}
Manipulate the paint to make it fully transparent.
void makeTransparent({T? paintId}) {
setOpacity(0, paintId: paintId);
}