chow_button

Creator: coderz1093

Last updated:

0 purchases

chow_button Image
chow_button Images

Languages

Categories

Add to Cart

Description:

chow button

Chow Design Button #

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',

),
);
}
}
copied to clipboard
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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.