🔘Custom Button
O widget CustomButton é um botão personalizável que pode ser facilmente adaptado para atender às necessidades de design do aplicativo. Ele pode ser usado para realizar uma ação específica quando o usu
Construtor
const CustomButton({
super.key,
this.isLoading,
this.counterTextStyle,
this.buttonWidth,
this.backgroundColor,
this.expanded = false,
this.buttonHeight = 66,
this.counterBackgroundColor,
this.counterRadius = 15,
this.counter,
this.sufix,
this.border,
this.prefix,
this.onTap,
this.onLongPress,
required this.text,
this.buttonTextStyle,
this.borderRadius = 5,
this.padding = const EdgeInsets.symmetric(horizontal: 16),
});Propriedades
Exemplos de Uso
Notas
Captura de Tela
Last updated



