boxed_vertical_seekbar 1.0.1 copy "boxed_vertical_seekbar: ^1.0.1" to clipboard
boxed_vertical_seekbar: ^1.0.1 copied to clipboard

A vertical SeekBar build on two [SizedBox] with versatile appearance.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'main_route.dart';

void main() => runApp(BoxedVerticalSeekbarApp());

class BoxedVerticalSeekbarApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Boxed Vertical Seekbar',
      home: MainRoute(),
    );
  }
}
1
likes
40
pub points
44%
popularity

Publisher

unverified uploader

A vertical SeekBar build on two [SizedBox] with versatile appearance.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on boxed_vertical_seekbar