Skip to content

Instantly share code, notes, and snippets.

View aderhachev's full-sized avatar

Andrii Derhachev aderhachev

View GitHub Profile
@aderhachev
aderhachev / 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,