IconAndTextButton constructor

const IconAndTextButton(
  1. {Key? key,
  2. String? title,
  3. IconData? icon,
  4. GestureTapCallback? onTap}
)

Implementation

const IconAndTextButton({super.key, this.title, this.icon, this.onTap});