chow_button 1.0.0 chow_button: ^1.0.0 copied to clipboard
Chow Design System Primary Button
Moon Design System Icons #
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.