BaseButtonText constructor
const
BaseButtonText({})
Implementation
const BaseButtonText({
super.key,
// general
required this.text,
this.textFontSize = 16,
this.textColor,
this.hoverTextColor,
this.activeTextColor,
this.icon,
this.iconSize = 18,
// predicates
this.isLoading = false,
this.isActive = false,
// methods
this.child,
this.builder,
this.onPressed,
});