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

This is a new toggle package. You can use a this widget. All package informations in README.md and usage part in pub.dev.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:untitled31/widgets/edu_toggle.dart';

void main() {
  runApp(
    const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: Home(),
    ),
  );

}


class Home extends StatelessWidget {
  const Home({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const Scaffold(
      body: Center(
        child: EduToggle(elements: ["Weekly ","Montly ","Yearly "], isDark: true,),
      ),
    );
  }
}
1
likes
145
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

This is a new toggle package. You can use a this widget. All package informations in README.md and usage part in pub.dev.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on tx_edu_toggle