toggle_bar 0.0.2 copy "toggle_bar: ^0.0.2" to clipboard
toggle_bar: ^0.0.2 copied to clipboard

outdated

A horizontal bar of toggle tabs with customisable colors and labels.

toggle_bar #

pub package

A dart package to display a horizontal bar of customisable toggle tabs. Supports iOS and Android.

Installation #

Depend on it.

dependencies:
  toggle_bar: ^0.0.2

Usage #

import 'package:toggle_bar/toggle_bar.dart';

ToggleBar(
  labels: ["Apples", "Bananas", "Oranges", "Watermelons"],
  onSelectionUpdated: (index) => // Do something with index
  )

Parameters #

@required List<String> labels;
Color backgroundColor;
Color selectedTabColor;
Color selectedTextColor;
Color textColor;
TextStyle labelTextStyle;
Function(int) onSelectionUpdated;
44
likes
0
pub points
73%
popularity

Publisher

unverified uploader

A horizontal bar of toggle tabs with customisable colors and labels.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on toggle_bar