ghost property
AssetImage
get
ghost
Gets the Image to contrast button color
Implementation
AssetImage get ghost {
switch (this) {
case SnapchatButtonColors.BLACK:
return AssetImage('assets/images/GhostLogoDark.png',
package: 'snapkit');
default:
return AssetImage('assets/images/GhostLogoLight.png',
package: 'snapkit');
}
}