Skip to content

Instantly share code, notes, and snippets.

View DerhachevAndrii's full-sized avatar

Andrii Derhachev DerhachevAndrii

View GitHub Profile
@DerhachevAndrii
DerhachevAndrii / cupertino_highlight.dart
Created July 31, 2025 17:17
CupertinoHighlight for InkWell
import 'package:flutter/material.dart';
class _CupertinoSplashFactory extends InteractiveInkFeatureFactory {
const _CupertinoSplashFactory();
@override
InteractiveInkFeature create({
required MaterialInkController controller,
required RenderBox referenceBox,
required Offset position,