Skip to content

Instantly share code, notes, and snippets.

View bunopus's full-sized avatar

Evgeny Kot bunopus

View GitHub Profile
@bunopus
bunopus / tab_bar_view.dart
Created June 30, 2018 13:22 — forked from letsar/tab_bar_view.dart
How to use a SliverStickyHeader inside a TabBarView
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_sticky_header/flutter_sticky_header.dart';
class _Page {
const _Page(
this.id,
this.title,
this.color,