ghost property

AssetImage 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');
  }
}