mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 02:23:46 +02:00
Merge branch '3.0.0' of https://github.com/Iconica-Development/flutter_timeline into 3.0.0
This commit is contained in:
commit
e695b7020b
2 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
//
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_timeline/flutter_timeline.dart';
|
||||
|
||||
|
|
|
@ -41,10 +41,10 @@ class _CategorySelectorState extends State<CategorySelector> {
|
|||
),
|
||||
for (var category in categories) ...[
|
||||
widget.options.categoriesOptions.categoryButtonBuilder?.call(
|
||||
category.key,
|
||||
category.key,
|
||||
category.title,
|
||||
() => widget.onTapCategory(category.key),
|
||||
widget.filter == category.key,
|
||||
widget.filter == category.key,
|
||||
widget.isOnTop,
|
||||
) ??
|
||||
Padding(
|
||||
|
|
Loading…
Reference in a new issue