widgets/BZButton library

Classes

BZButton

Functions

textActionButtonWidget({required String text, required VoidCallback? onPressed, Color? backgroundColor, Color? disabledBackgroundColor, Color? textColor = Colors.white, Color? disabledTextColor, BorderRadius? borderRadius, EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 0, vertical: 0), EdgeInsets margin = const EdgeInsets.symmetric(horizontal: 13, vertical: 15), double fontSize = 11, Size? minimumSize, Size? fixedSize, Size? maximumSize, FontWeight? fontWeight}) Widget
textButtonWidget({required String text, required VoidCallback? onPressed, Color? backgroundColor, Color? disabledBackgroundColor, Color? textColor, Color? disabledTextColor, BorderRadius? borderRadius, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, double fontSize = 14, Size? minimumSize, Size? fixedSize, Size? maximumSize, FontWeight? fontWeight, AlignmentGeometry? alignment}) Widget