toggle_switch 0.0.1 copy "toggle_switch: ^0.0.1" to clipboard
toggle_switch: ^0.0.1 copied to clipboard

outdated

A simple toggle switch widget.

toggle_switch #

A simple toggle switch widget.

Getting Started #

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  flutter_sticky_header: "0.0.1"

In your library add the following import:

import 'package:toggle_switch/toggle_switch.dart';