📄 ️ Primary
The C2CPrimaryButton widget is a versatile button widget for use in Flutter applications. It provides a customizable button with support for various visual styles, such as Material Design and Cupertino.
📄️ Secondary
The [C2CSecondaryButton] widget is a versatile button widget for use in Flutter applications. It provides a customizable button with support for various visual styles, such as Material Design and Cupertino.
📄️ Touchable
The C2CTouchable widget is a customizable button component for Flutter apps. It supports adaptive styling, making it suitable for both Material (Android) and Cupertino (iOS) design themes. This widget extends StatefulWidget and provides flexibility through various properties like background colors, padding, border radius, and handling of disabled states. It also supports different types of user interactions such as tap and long press.
📄️ Highlight
The C2CButtonHighlight widget is a customizable button that provides feedback to user interactions like tapping and holding. It is a versatile button that can be configured with various properties to suit your application's needs.
📄️ Opacity
The C2CButtonOpacity widget is a customizable button that provides feedback to user interactions like tapping and holding.
📄️ Scale
The C2CButtonScale widget is a customizable button that can scale in size when pressed.
📄️ Touchable Highlight
C2CTouchableHighlight is a custom Flutter widget that functions as an interactive button with a highlight effect. It's designed to change its background color upon user interactions like tap and long press. This widget is useful for creating visually responsive UI elements in your Flutter application, enhancing the overall user experience.
📄️ Touchable Opacity
C2CTouchableOpacity is a Flutter widget designed to provide an opacity effect on user interactions such as tap and long press. This widget changes its opacity to indicate an active state, enhancing the user experience by providing visual feedback. It's ideal for creating buttons and interactive elements in a Flutter app.