InkwellButton constructor
InkwellButton({})
Creates a new InkwellButton.
Implementation
InkwellButton({
required this.text,
required this.onPressed,
this.color1 = CharmColors.charple,
this.color2 = CharmColors.hazy,
this.textStyle = const Style(
foreground: Colors.white,
modifiers: Modifier.bold,
),
this.width,
this.height,
});