chow_button 1.0.6 copy "chow_button: ^1.0.6" to clipboard
chow_button: ^1.0.6 copied to clipboard

Chow Design System Primary Button. Highly Customable and disposable. It can also be disbaled

Chow Design Button #

Version Conventional Commits

Chow Design System Primary Button

Usage #

import 'package:chow_button/chow_button.dart';

class ChowApp extends StatelessWidget {
  Widget build(BuildContext context) {
    return Scaffold(
        appBar: AppBar(title:const  Text('Chow Button'),),
        body: ChowButton(
          onTap: (){},
          title: 'Button',
          
          ),
      );
  }
}

FAQs #

What is this? #

The button is the primary button for chow design system. It can be customized to any button for android, ios, web and desktop.# Chow-Primary-Button

2
likes
130
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

Chow Design System Primary Button. Highly Customable and disposable. It can also be disbaled

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on chow_button