ButtonMioceen constructor
const
ButtonMioceen({
- Key? key,
- required ButtonStyleType styleType,
- required ButtonStateType stateType,
- required ButtonContentType contentType,
- required String text,
- String? icon,
- VoidCallback? onPressed,
- ButtonWidthType widthType = ButtonWidthType.hug,
- bool small = false,
Implementation
const ButtonMioceen({
Key? key,
required this.styleType,
required this.stateType,
required this.contentType,
required this.text,
this.icon,
this.onPressed,
this.widthType = ButtonWidthType.hug,
this.small = false,
}) : super(key: key);