OutlineButtonComponent constructor

const OutlineButtonComponent(
  1. {Key? key,
  2. required String title,
  3. dynamic onTap(
      )?}
    )

    Implementation

    const OutlineButtonComponent({super.key, required this.title, this.onTap});